mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Disabled build on Clang 3.5, 3.6, 3.7 and 3.8 because llvm.org/apt is down
This commit is contained in:
		
							
								
								
									
										48
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										48
									
								
								.travis.yml
									
									
									
									
									
								
							| @@ -46,30 +46,30 @@ matrix: | |||||||
|       env: SCRIPT=cmake CMAKE_CXX_COMPILER=g++-5 |       env: SCRIPT=cmake CMAKE_CXX_COMPILER=g++-5 | ||||||
|     - compiler: clang |     - compiler: clang | ||||||
|       env: SCRIPT=cmake CMAKE_CXX_COMPILER=clang++ |       env: SCRIPT=cmake CMAKE_CXX_COMPILER=clang++ | ||||||
|     - compiler: clang |     # - compiler: clang | ||||||
|       addons: |     #   addons: | ||||||
|         apt: |     #     apt: | ||||||
|           sources: ['ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5'] |     #       sources: ['ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5'] | ||||||
|           packages: ['clang-3.5'] |     #       packages: ['clang-3.5'] | ||||||
|       env: SCRIPT=cmake CMAKE_CXX_COMPILER=clang++-3.5 |     #   env: SCRIPT=cmake CMAKE_CXX_COMPILER=clang++-3.5 | ||||||
|     - compiler: clang |     # - compiler: clang | ||||||
|       addons: |     #   addons: | ||||||
|         apt: |     #     apt: | ||||||
|           sources: ['ubuntu-toolchain-r-test','llvm-toolchain-precise-3.6'] |     #       sources: ['ubuntu-toolchain-r-test','llvm-toolchain-precise-3.6'] | ||||||
|           packages: ['clang-3.6'] |     #       packages: ['clang-3.6'] | ||||||
|       env: SCRIPT=cmake CMAKE_CXX_COMPILER=clang++-3.6 |     #   env: SCRIPT=cmake CMAKE_CXX_COMPILER=clang++-3.6 | ||||||
|     - compiler: clang |     # - compiler: clang | ||||||
|       addons: |     #   addons: | ||||||
|         apt: |     #     apt: | ||||||
|           sources: ['ubuntu-toolchain-r-test','llvm-toolchain-precise-3.7'] |     #       sources: ['ubuntu-toolchain-r-test','llvm-toolchain-precise-3.7'] | ||||||
|           packages: ['clang-3.7'] |     #       packages: ['clang-3.7'] | ||||||
|       env: SCRIPT=cmake CMAKE_CXX_COMPILER=clang++-3.7 |     #   env: SCRIPT=cmake CMAKE_CXX_COMPILER=clang++-3.7 | ||||||
|     - compiler: clang |     # - compiler: clang | ||||||
|       addons: |     #   addons: | ||||||
|         apt: |     #     apt: | ||||||
|           sources: ['ubuntu-toolchain-r-test','llvm-toolchain-precise-3.8'] |     #       sources: ['ubuntu-toolchain-r-test','llvm-toolchain-precise-3.8'] | ||||||
|           packages: ['clang-3.8'] |     #       packages: ['clang-3.8'] | ||||||
|       env: SCRIPT=cmake CMAKE_CXX_COMPILER=clang++-3.8 |     #   env: SCRIPT=cmake CMAKE_CXX_COMPILER=clang++-3.8 | ||||||
|     - compiler: gcc |     - compiler: gcc | ||||||
|       env: SCRIPT=coverage |       env: SCRIPT=coverage | ||||||
|     - os: osx |     - os: osx | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user