show ccache statistics in log
This commit is contained in:
parent
28a92c63f3
commit
8d94cdedb5
|
@ -33,6 +33,9 @@ os:
|
|||
- osx
|
||||
language: cpp
|
||||
cache: ccache
|
||||
before_cache:
|
||||
# print statistics before uploading new cache
|
||||
- ccache --show-stats
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
|
|
Loading…
Reference in New Issue
Block a user