Run wpt on Travis.

This commit is contained in:
Ms2ger 2014-06-23 20:43:51 +02:00
parent 130f56027e
commit e74c584861
2 changed files with 3 additions and 0 deletions

View file

@ -1,2 +1,4 @@
brew install https://raw.github.com/Homebrew/homebrew-versions/master/autoconf213.rb brew install https://raw.github.com/Homebrew/homebrew-versions/master/autoconf213.rb
brew install automake libtool pkg-config brew install automake libtool pkg-config
brew install python
pip install virtualenv

View file

@ -1,3 +1,4 @@
cd build cd build
../configure ../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