summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2018-08-26 17:16:34 +0200
committerStefan Behnel <stefan_ml@behnel.de>2018-08-26 17:16:34 +0200
commit109d336953dacf4498b2e224dc52253bc5b9b923 (patch)
tree3202c927d6de9196a1aca0040d63d4b545ecce99 /.travis.yml
parente138b739c5e985fb4f4ddd39e11456cd71b70d83 (diff)
downloadcython-109d336953dacf4498b2e224dc52253bc5b9b923.tar.gz
Show ccache stats in travis after test runs.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5d902e09c..f94c64e1f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -134,3 +134,4 @@ script:
fi
- if [ "$COVERAGE" != "1" ]; then CFLAGS="-O2 -ggdb -Wall -Wextra $(python -c 'import sys; print("-fno-strict-aliasing" if sys.version_info[0] == 2 else "")')" python setup.py build_ext -i; fi
- CFLAGS="-O0 -ggdb -Wall -Wextra" python runtests.py -vv $STYLE_ARGS -x Debugger --backends=$BACKEND $(if [ "$COVERAGE" == "1" ]; then echo " --coverage"; fi) $(if [ -z "$TEST_CODE_STYLE" ]; then echo " -j7 "; fi)
+ - ccache -s || true