Confirmed users
328
edits
| Line 32: | Line 32: | ||
: Opt builds on all available platforms, all unittests, no emails, results posted to bug 456234 | : Opt builds on all available platforms, all unittests, no emails, results posted to bug 456234 | ||
; <tt>try: -b d -p macosx64 -u all[10.7]</tt> | |||
: Debug builds for 64-bit OSX, run all tests only on OSX 10.7 machines | |||
; <tt>try: -b d -p macosx64 -u all[-10.7]</tt> | |||
: Debug builds for 64-bit OSX, run all tests but not on all OSX test platforms except OSX 10.7 | |||
; <tt>try: -b do -p all -u all[x64]</tt> | |||
: "T push" -- good replacement for <tt>-p all -u all</tt>. Builds on all platforms, runs all tests on linux64. | |||
; <tt>try: -b do -p all -u all[10.8]</tt> | |||
: Same as above, but run the tests on OSX 10.8 instead | |||
You may precede the <tt>try:</tt> section with other text: | |||
bug 12345 attempt 2, try: -b d -p linux64 -t jsreftest | bug 12345 attempt 2, try: -b d -p linux64 -t jsreftest | ||