52
edits
(Fix "you should see: pushing to ssh://hg.mozilla.org/try", should be .../try-comm-central) |
(Revise example try server syntax based on JorgK's comments) |
||
| Line 29: | Line 29: | ||
* Pushing a try build with try-comm-central will always pick the latest m-c changeset. | * Pushing a try build with try-comm-central will always pick the latest m-c changeset. | ||
* A good example that should cover most cases is: <code>../mach try -b | * A good example that should cover most cases is: <code>../mach try -b do -p macosx64,win64,linux64 -u all</code> which will do debug and opt builds and run all tests on all three platforms. Mac and Linux are quicker to compile (20-30 minutes). Windows builds are longer (60 minutes) so omitting Windows can save some time. The tests take about 20 minutes. | ||
=== Pushing mozilla-central patches === | === Pushing mozilla-central patches === | ||
edits