Print cache statistics.

This commit is contained in:
Omer Katz 2015-12-30 15:57:44 +02:00
parent db11011a5c
commit 3186e31b57

View File

@ -81,6 +81,7 @@ matrix:
before_script:
# hack to avoid Valgrind bug (https://bugs.kde.org/show_bug.cgi?id=326469),
# exposed by merging PR#163 (using -march=native)
- ccache -s
- sed -i "s/-march=native//" CMakeLists.txt
- mkdir build
- >