summaryrefslogtreecommitdiffstats
path: root/travis
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2017-08-25 14:16:08 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2017-08-25 14:16:08 +0200
commit9acc48024441c5ce38c0e3a6a30726e8b0a951c3 (patch)
tree3ab34c52816b041dd71204b6fb1bdcc727fd8494 /travis
parentc37966909ff35b40990b293620666de931f86bd5 (diff)
Improve ccache logging
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/travis-build-cpp.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/travis/travis-build-cpp.sh b/travis/travis-build-cpp.sh
index 42dbf0e6467..334cc276ce3 100755
--- a/travis/travis-build-cpp.sh
+++ b/travis/travis-build-cpp.sh
@@ -10,8 +10,10 @@ mkdir "${BUILD_DIR}"
export CCACHE_SIZE="1G"
export CCACHE_COMPRESS=1
NUM_THREADS=4
+ccache --print-config
cd ${BUILD_DIR}
bash ${SOURCE_DIR}/bootstrap-cpp.sh ${SOURCE_DIR} ${BUILD_DIR}
make -j ${NUM_THREADS}
ctest3 --output-on-failure -j ${NUM_THREADS}
+ccache --show-stats