Confirmed users
3,990
edits
m (Add piece of code which allows multiple platforms) |
m (Adjust command) |
||
| Line 195: | Line 195: | ||
* Ubuntu 64-bit, Windows 8 64-bit and Mac OS X | * Ubuntu 64-bit, Windows 8 64-bit and Mac OS X | ||
ENABLE_BITS=64 | ENABLE_BITS=64 | ||
mozci-trigger -b "Ubuntu VM 12.04 x64 try opt test mochitest-1 | export REVISION=03abd4caa54e && \ | ||
mozci-trigger -b "Ubuntu VM 12.04 x64 try opt test mochitest-1,Rev5 MacOSX Yosemite 10.10 try opt test mochitest-1,Windows 8 64-bit try opt test mochitest-1" -r $REVISION --file http://dummy.com | |||
* Ubuntu 32-bit and Windows 7 32-bit | * Ubuntu 32-bit and Windows 7 32-bit | ||
ENABLE_BITS=32 | ENABLE_BITS=32 | ||
mozci-trigger -b "Ubuntu VM 12.04 try opt test mochitest-1 | export REVISION=20bbdfa06139 && \ | ||
mozci-trigger -b "Ubuntu VM 12.04 try opt test mochitest-1,Windows 7 32-bit try opt test mochitest-1" -r $REVISION --file http://dummy.com | |||
== Using your own repositories == | == Using your own repositories == | ||