Commit 3186e31b authored by Omer Katz's avatar Omer Katz

Print cache statistics.

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