187
edits
(→Syntax) |
(→Syntax) |
||
| Line 8: | Line 8: | ||
This covers: | This covers: | ||
* Build Types: | * Build Types: d/o/do/all stand for debug, optimized, debug+optimized, and mc-all override. | ||
* Platforms: all || none || --p {linux,linux64,macosx,macosx64,win32} | * Platforms: all || none || --p {linux,linux64,macosx,macosx64,win32} | ||
* Mobile: all || none || --m {mobile-maemo5-qt, android, etc} | * Mobile: all || none || --m {mobile-maemo5-qt, android, etc} | ||
* Unittest Suites: all || none || --u {crashtest,reftest,mochitests-{1/5,2/5,3/5,4/5,5/5},mochitest-other,xpcshell,etc} | * Unittest Suites: all || none || --u {crashtest,reftest,mochitests-{1/5,2/5,3/5,4/5,5/5},mochitest-other,xpcshell,etc} | ||
* Talos Suites: all || none || --t {tp4,tscroll,tspider,etc} | * Talos Suites: all || none || --t {tp4,tscroll,tspider,etc} | ||
Note that --build all triggers all the tests that would be run on a push to mozilla-central. If you just want debug+optimized builds, use --build do. | |||
==Usage Examples== | ==Usage Examples== | ||
edits