summaryrefslogtreecommitdiffstats
path: root/travis/travis-build-cpp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis/travis-build-cpp.sh')
-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