mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Run wpt on Travis.
This commit is contained in:
parent
130f56027e
commit
e74c584861
2 changed files with 3 additions and 0 deletions
|
@ -1,2 +1,4 @@
|
|||
brew install https://raw.github.com/Homebrew/homebrew-versions/master/autoconf213.rb
|
||||
brew install automake libtool pkg-config
|
||||
brew install python
|
||||
pip install virtualenv
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
cd build
|
||||
../configure
|
||||
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