OLD | NEW |
1 Mojo | 1 Mojo |
2 ==== | 2 ==== |
3 | 3 |
4 This repo uses gclient to manage dependencies, so to build things from this | 4 This repo uses gclient to manage dependencies, so to build things from this |
5 repo you have to first download depot_tools and make sure it is in your path: | 5 repo you have to first download depot_tools and make sure it is in your path: |
6 | 6 |
7 http://www.chromium.org/developers/how-tos/install-depot-tools | 7 http://www.chromium.org/developers/how-tos/install-depot-tools |
8 | 8 |
9 Then, create a directory somewhere for your checkout, cd into it, | 9 Then, create a directory somewhere for your checkout, cd into it, |
10 and run the following commands: | 10 and run the following commands: |
(...skipping 23 matching lines...) Expand all Loading... |
34 ``` | 34 ``` |
35 use_goma = true | 35 use_goma = true |
36 ``` | 36 ``` |
37 | 37 |
38 Assuming Goma is installed in the default location (~/goma). | 38 Assuming Goma is installed in the default location (~/goma). |
39 | 39 |
40 | 40 |
41 Run the tests: | 41 Run the tests: |
42 ``` | 42 ``` |
43 mojo/tools/mojob.sh test | 43 mojo/tools/mojob.sh test |
44 ``` | 44 ``` |
| 45 |
| 46 |
| 47 To land a patch: |
| 48 ``` |
| 49 $ git cl land |
| 50 ``` |
| 51 |
| 52 Don't break build! Waterfall is here: http://build.chromium.org/p/client.mojo/wa
terfall . |
OLD | NEW |