mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +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
|
@ -43,4 +43,6 @@ matrix:
|
||||||
- os: osx
|
- os: osx
|
||||||
env: AFTER_BUILD=unit
|
env: AFTER_BUILD=unit
|
||||||
- os: osx
|
- os: osx
|
||||||
env: AFTER_BUILD=wpt
|
env: AFTER_BUILD=wpt1
|
||||||
|
- os: osx
|
||||||
|
env: AFTER_BUILD=wpt2
|
||||||
|
|
|
@ -3,6 +3,7 @@ case $1 in
|
||||||
unit) make check-servo ;;
|
unit) make check-servo ;;
|
||||||
content) make check-content ;;
|
content) make check-content ;;
|
||||||
ref) make check-ref-cpu ;;
|
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"
|
*) echo "Task $1 not enabled for OSX"
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue