Commit 03a8895c authored by Kevin Modzelewski's avatar Kevin Modzelewski

Time the build part of the CI script

parent 31a515b5
...@@ -78,7 +78,7 @@ before_script: ...@@ -78,7 +78,7 @@ before_script:
script: script:
- ccache -z - ccache -z
- ninja -j4 pyston check-deps && PYSTON_RUN_ARGS=G travis_wait 60 ctest --output-on-failure - time ninja -j4 pyston check-deps && PYSTON_RUN_ARGS=G travis_wait 60 ctest --output-on-failure
- ccache -s - ccache -s
- if [ -n "$(git status --porcelain --untracked=no)" ]; then echo "test suite left the source directory dirty"; git status; false; fi - if [ -n "$(git status --porcelain --untracked=no)" ]; then echo "test suite left the source directory dirty"; git status; false; fi
......
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