mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Add 'set -e' to the Travis OSX script.
This ensures that the script actually fails if the build didn't succeed.
This commit is contained in:
parent
9cba37925a
commit
81d021c771
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
set -e
|
||||
cd build
|
||||
../configure
|
||||
make tidy && make -j2 && make check-servo && make check-content && make check-ref-cpu
|
||||
make tidy
|
||||
make -j2
|
||||
make check-servo
|
||||
make check-content
|
||||
make check-ref-cpu
|
||||
WPTARGS="--processes=4" make check-wpt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue