Commit 56f8222a authored by Herbert Thielen's avatar Herbert Thielen
Browse files

show ccache statistics in log

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