show ccache statistics in log

This commit is contained in:
Herbert Thielen 2017-09-05 13:53:31 +02:00
parent 83d8dd0e9c
commit 56f8222a14

View File

@ -33,6 +33,9 @@ os:
- osx
language: cpp
cache: ccache
before_cache:
# print statistics before uploading new cache
- ccache --show-stats
compiler:
- gcc
- clang