show ccache statistics in log
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user