mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Modify Linux travis config to run content and cpu ref tests.
This commit is contained in:
parent
6bdafc8a59
commit
038ce82846
6 changed files with 124 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
cd build
|
||||
../configure
|
||||
make tidy && make -j2 && make check-servo
|
||||
export DISPLAY=:1.0
|
||||
export RUST_TEST_TASKS=1
|
||||
make tidy && make -j2 && make check-servo && make check-content && make check-ref-cpu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue