mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Split up web-platform-tests on Travis.
This commit is contained in:
parent
76ddacd6a5
commit
885a246635
2 changed files with 5 additions and 2 deletions
|
@ -3,6 +3,7 @@ case $1 in
|
|||
unit) make check-servo ;;
|
||||
content) make check-content ;;
|
||||
ref) make check-ref-cpu ;;
|
||||
wpt) WPTARGS="--processes=4" make check-wpt ;;
|
||||
wpt1) WPTARGS="--processes=4 --total-chunks=2 --this-chunk=1" make check-wpt ;;
|
||||
wpt2) WPTARGS="--processes=4 --total-chunks=2 --this-chunk=2" make check-wpt ;;
|
||||
*) echo "Task $1 not enabled for OSX"
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue