Try switching to GCC 6
This commit is contained in:
		
							parent
							
								
									da15c014f5
								
							
						
					
					
						commit
						49a9d7f57a
					
				
							
								
								
									
										28
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										28
									
								
								.travis.yml
									
									
									
									
									
								
							| @ -35,12 +35,12 @@ matrix: | |||||||
| 
 | 
 | ||||||
|     # Debug Builds |     # Debug Builds | ||||||
|     - os: linux |     - os: linux | ||||||
|       compiler: "gcc-5-debug" |       compiler: "gcc-6-debug" | ||||||
|       addons: &gcc5 |       addons: &gcc6 | ||||||
|         apt: |         apt: | ||||||
|           sources: ['ubuntu-toolchain-r-test'] |           sources: ['ubuntu-toolchain-r-test'] | ||||||
|           packages: ['g++-5', 'libbz2-dev', 'libstxxl-dev', 'libstxxl1', 'libxml2-dev', 'libzip-dev', 'lua5.1', 'liblua5.1-0-dev', 'libtbb-dev', 'libgdal-dev', 'libluabind-dev', 'libboost-all-dev', 'ccache'] |           packages: ['g++-6', 'libbz2-dev', 'libstxxl-dev', 'libstxxl1', 'libxml2-dev', 'libzip-dev', 'lua5.1', 'liblua5.1-0-dev', 'libtbb-dev', 'libgdal-dev', 'libluabind-dev', 'libboost-all-dev', 'ccache'] | ||||||
|       env: CCOMPILER='gcc-5' CXXCOMPILER='g++-5' BUILD_TYPE='Debug' COVERAGE=ON |       env: CCOMPILER='gcc-5' CXXCOMPILER='g++-6' BUILD_TYPE='Debug' COVERAGE=ON | ||||||
| 
 | 
 | ||||||
|     - os: linux |     - os: linux | ||||||
|       compiler: "clang-3.8-debug" |       compiler: "clang-3.8-debug" | ||||||
| @ -57,16 +57,16 @@ matrix: | |||||||
| 
 | 
 | ||||||
|     # Release Builds |     # Release Builds | ||||||
|     - os: linux |     - os: linux | ||||||
|       compiler: "gcc-5-release" |       compiler: "gcc-6-release" | ||||||
|       addons: &gcc5 |       addons: &gcc6 | ||||||
|         apt: |         apt: | ||||||
|           sources: ['ubuntu-toolchain-r-test'] |           sources: ['ubuntu-toolchain-r-test'] | ||||||
|           packages: ['g++-5', 'libbz2-dev', 'libstxxl-dev', 'libstxxl1', 'libxml2-dev', 'libzip-dev', 'lua5.1', 'liblua5.1-0-dev', 'libtbb-dev', 'libgdal-dev', 'libluabind-dev', 'libboost-all-dev', 'ccache'] |           packages: ['g++-6', 'libbz2-dev', 'libstxxl-dev', 'libstxxl1', 'libxml2-dev', 'libzip-dev', 'lua5.1', 'liblua5.1-0-dev', 'libtbb-dev', 'libgdal-dev', 'libluabind-dev', 'libboost-all-dev', 'ccache'] | ||||||
|       env: CCOMPILER='gcc-5' CXXCOMPILER='g++-5' BUILD_TYPE='Release' |       env: CCOMPILER='gcc-6' CXXCOMPILER='g++-6' BUILD_TYPE='Release' | ||||||
| 
 | 
 | ||||||
|     - os: linux |     - os: linux | ||||||
|       compiler: "gcc-5-release-i686" |       compiler: "gcc-6-release-i686" | ||||||
|       env: TARGET_ARCH='i686' CCOMPILER='gcc-5' CXXCOMPILER='g++-5' BUILD_TYPE='Release' |       env: TARGET_ARCH='i686' CCOMPILER='gcc-6' CXXCOMPILER='g++-6' BUILD_TYPE='Release' | ||||||
| 
 | 
 | ||||||
|       # Disabled because of CI slowness |       # Disabled because of CI slowness | ||||||
|       #- os: linux |       #- os: linux | ||||||
| @ -85,12 +85,12 @@ matrix: | |||||||
| 
 | 
 | ||||||
|     # Shared Library |     # Shared Library | ||||||
|     - os: linux |     - os: linux | ||||||
|       compiler: "gcc-5-release-shared" |       compiler: "gcc-6-release-shared" | ||||||
|       addons: &gcc5 |       addons: &gcc6 | ||||||
|         apt: |         apt: | ||||||
|           sources: ['ubuntu-toolchain-r-test'] |           sources: ['ubuntu-toolchain-r-test'] | ||||||
|           packages: ['g++-5', 'libbz2-dev', 'libstxxl-dev', 'libstxxl1', 'libxml2-dev', 'libzip-dev', 'lua5.1', 'liblua5.1-0-dev', 'libtbb-dev', 'libgdal-dev', 'libluabind-dev', 'libboost-all-dev', 'ccache'] |           packages: ['g++-6', 'libbz2-dev', 'libstxxl-dev', 'libstxxl1', 'libxml2-dev', 'libzip-dev', 'lua5.1', 'liblua5.1-0-dev', 'libtbb-dev', 'libgdal-dev', 'libluabind-dev', 'libboost-all-dev', 'ccache'] | ||||||
|       env: CCOMPILER='gcc-5' CXXCOMPILER='g++-5' BUILD_TYPE='Release' BUILD_SHARED_LIBS=ON |       env: CCOMPILER='gcc-6' CXXCOMPILER='g++-6' BUILD_TYPE='Release' BUILD_SHARED_LIBS=ON | ||||||
| 
 | 
 | ||||||
|       # Disabled because CI slowness |       # Disabled because CI slowness | ||||||
|       #- os: linux |       #- os: linux | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user