Use newest bintools with gcc 6, thanks @oxidase
This commit is contained in:
parent
ca21b8833a
commit
ca914b8b1f
@ -40,7 +40,7 @@ matrix:
|
||||
apt:
|
||||
sources: ['ubuntu-toolchain-r-test']
|
||||
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-6' CXXCOMPILER='g++-6' BUILD_TYPE='Debug' COVERAGE=ON
|
||||
env: CCOMPILER='gcc-6' CXXCOMPILER='g++-6' BUILD_TYPE='Debug' TARGET_ARCH='x86_64-asan' COVERAGE=ON
|
||||
|
||||
- os: linux
|
||||
compiler: "clang-3.8-debug"
|
||||
|
5
scripts/travis/before_install.x86_64-asan.sh
Normal file
5
scripts/travis/before_install.x86_64-asan.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
sudo add-apt-repository ppa:jonathonf/binutils --yes || true
|
||||
sudo apt-get update -qq --yes || true
|
||||
sudo apt-get install -qq --yes --force-yes binutils
|
Loading…
Reference in New Issue
Block a user