Commit 52924ca9 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Merge pull request #627 from dagar/fix_travis

travis-ci compile and test in single step
parents da49dc4a 6e8d2832
......@@ -52,12 +52,9 @@ before_script:
- mysql -e 'create database mysqldb_test charset utf8;'
script:
- echo 'Building Pyston' && echo -en 'travis_fold:start:compiling\\r'
- 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
- echo -en 'travis_fold:end:compiling\\r'
- ctest --output-on-failure
os:
- 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