Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(999)

Side by Side Diff: README.md

Issue 681783003: Adds link to waterfall on main page (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: done2 Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 .
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698