Commit 56f8222a by Herbert Thielen

show ccache statistics in log

parent 83d8dd0e
......@@ -33,6 +33,9 @@ os:
- osx
language: cpp
cache: ccache
before_cache:
# print statistics before uploading new cache
- ccache --show-stats
compiler:
- gcc
- clang
......
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