Enable ccache compression
This commit is contained in:
		
							parent
							
								
									44ebdfeb2d
								
							
						
					
					
						commit
						d81f25d54e
					
				
							
								
								
									
										13
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								.travis.yml
									
									
									
									
									
								
							| @ -1,10 +1,18 @@ | ||||
| language: cpp | ||||
| 
 | ||||
| git: | ||||
|   depth: 10 | ||||
| 
 | ||||
| # sudo:required is needed for trusty images | ||||
| sudo: required | ||||
| dist: trusty | ||||
| 
 | ||||
| # don't re-build for tags so that [publish binary] is not re-run | ||||
| # https://github.com/travis-ci/travis-ci/issues/1532 | ||||
| branches: | ||||
|   except: | ||||
|     - /^v[0-9]/ | ||||
| 
 | ||||
| notifications: | ||||
|   email: false | ||||
| 
 | ||||
| @ -16,6 +24,11 @@ cache: | ||||
|   - ccache: true | ||||
|   - apt: true | ||||
| 
 | ||||
| env: | ||||
|   global: | ||||
|    - CCACHE_TEMPDIR=/tmp/.ccache-temp | ||||
|    - CCACHE_COMPRESS=1 | ||||
| 
 | ||||
| matrix: | ||||
|   fast_finish: true | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user