Commit c508691a authored by Daniel Black's avatar Daniel Black Committed by Sergey Vojtovich

travis: add clang-5.0

Also removed clang-3.9
Signed-off-by: default avatarDaniel Black <daniel.black@au.ibm.com>
parent 29ad6284
...@@ -8,8 +8,8 @@ if [[ "${TRAVIS_OS_NAME}" == 'linux' ]]; then ...@@ -8,8 +8,8 @@ if [[ "${TRAVIS_OS_NAME}" == 'linux' ]]; then
CMAKE_OPT="${CMAKE_OPT} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache" CMAKE_OPT="${CMAKE_OPT} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache"
fi fi
case ${GCC_VERSION} in case ${GCC_VERSION} in
5) CXX=clang++-3.9 ;; 5) CXX=clang++-4.0 ;;
6) CXX=clang++-4.0 ;; 6) CXX=clang++-5.0 ;;
esac esac
export CXX CC=${CXX/++/} export CXX CC=${CXX/++/}
elif [[ "${CXX}" == 'g++' ]]; then elif [[ "${CXX}" == 'g++' ]]; then
......
...@@ -136,18 +136,17 @@ addons: ...@@ -136,18 +136,17 @@ addons:
apt: apt:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
- llvm-toolchain-trusty
- llvm-toolchain-trusty-3.9
- llvm-toolchain-trusty-4.0 - llvm-toolchain-trusty-4.0
- sourceline: 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-5.0 main'
packages: # make sure these match the build requirements packages: # make sure these match the build requirements
- gcc-5 - gcc-5
- g++-5 - g++-5
- gcc-6 - gcc-6
- g++-6 - g++-6
- clang-3.9
- llvm-3.9-dev
- clang-4.0 - clang-4.0
- llvm-4.0-dev - llvm-4.0-dev
- clang-5.0
- llvm-5.0-dev
- libasan0 - libasan0
- bison - bison
- chrpath - chrpath
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment