increase number of build cores and remove sudo requirement
							parent
							
								
									07364f8616
								
							
						
					
					
						commit
						a7afd9da70
					
				|  | @ -1,6 +1,5 @@ | |||
| language: cpp | ||||
| cache: ccache | ||||
| sudo: required | ||||
| dist: xenial | ||||
| 
 | ||||
| addons: | ||||
|  | @ -33,7 +32,7 @@ stages: | |||
| 
 | ||||
| env: | ||||
|   global: | ||||
|     - MAKEFLAGS="-j2" | ||||
|     - MAKEFLAGS="-j3" | ||||
|     - CCACHE_SLOPPINESS=pch_defines,time_macros | ||||
| 
 | ||||
| # Compile stage without building examples/tests to populate the caches. | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue