mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Added clang 3.9, 4.0, 5.0 and 6.0 to travis
This commit is contained in:
		
							
								
								
									
										24
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										24
									
								
								.travis.yml
									
									
									
									
									
								
							| @@ -76,6 +76,30 @@ matrix: | ||||
|           sources: ['ubuntu-toolchain-r-test','llvm-toolchain-precise-3.8'] | ||||
|           packages: ['clang-3.8'] | ||||
|       env: SCRIPT=cmake CLANG=3.8 SANITIZE=undefined | ||||
|     - compiler: clang | ||||
|       addons: | ||||
|         apt: | ||||
|           sources: ['ubuntu-toolchain-r-test','llvm-toolchain-trusty-3.9'] | ||||
|           packages: ['clang-3.9'] | ||||
|       env: SCRIPT=cmake CLANG=3.9 | ||||
|     - compiler: clang | ||||
|       addons: | ||||
|         apt: | ||||
|           sources: ['ubuntu-toolchain-r-test','llvm-toolchain-trusty-4.0'] | ||||
|           packages: ['clang-4.0'] | ||||
|       env: SCRIPT=cmake CLANG=4.0 | ||||
|     - compiler: clang | ||||
|       addons: | ||||
|         apt: | ||||
|           sources: ['ubuntu-toolchain-r-test','llvm-toolchain-trusty-5.0'] | ||||
|           packages: ['clang-5.0'] | ||||
|       env: SCRIPT=cmake CLANG=5.0 | ||||
|     - compiler: clang | ||||
|       addons: | ||||
|         apt: | ||||
|           sources: ['ubuntu-toolchain-r-test','llvm-toolchain-trusty-6.0'] | ||||
|           packages: ['clang-6.0'] | ||||
|       env: SCRIPT=cmake CLANG=6.0 | ||||
|     - compiler: gcc | ||||
|       env: SCRIPT=coverage | ||||
|     - os: osx | ||||
|   | ||||
		Reference in New Issue
	
	Block a user