Commit 6e8d2832 authored by Daniel Agar's avatar Daniel Agar

travis-ci compile and test in single step

parent 5294816c
...@@ -52,12 +52,9 @@ before_script: ...@@ -52,12 +52,9 @@ before_script:
- mysql -e 'create database mysqldb_test charset utf8;' - mysql -e 'create database mysqldb_test charset utf8;'
script: script:
- echo 'Building Pyston' && echo -en 'travis_fold:start:compiling\\r'
- ccache -z - ccache -z
- PYSTON_RUN_ARGS=G ninja -j4 check-deps - PYSTON_RUN_ARGS=G ninja -j4 pyston check-deps && ctest --output-on-failure
- ccache -s - ccache -s
- echo -en 'travis_fold:end:compiling\\r'
- ctest --output-on-failure
os: os:
- linux - linux
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment