show ccache stats after builds

This commit is contained in:
arvidn 2015-06-20 16:54:20 -04:00
parent bc849b8d07
commit 4b147e32c3
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ script:
- bjam -j2 variant=$variant warnings=off $CC
- cd ../bindings/python
- bjam -j2 variant=$variant warnings=off $CC
- ccache --show-stats
compiler:
- gcc