Skip to content

Commit a7ce763

Browse files
author
Fytch
committed
add clang-5.0 for continuous integration in travis-ci
1 parent 0e645cf commit a7ce763

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,19 @@ matrix:
9797
env:
9898
- COMPILER=clang++-4.0
9999
- CMAKE_FLAGS="-DCMAKE_CXX_FLAGS=-stdlib=libc++ -DCMAKE_EXE_LINKER_FLAGS=-lc++"
100+
- compiler: clang
101+
addons:
102+
apt:
103+
sources:
104+
- ubuntu-toolchain-r-test
105+
- llvm-toolchain-trusty-5.0
106+
packages:
107+
- clang-5.0
108+
- libc++-dev
109+
- libc++abi-dev
110+
env:
111+
- COMPILER=clang++-5.0
112+
- CMAKE_FLAGS="-DCMAKE_CXX_FLAGS=-stdlib=libc++ -DCMAKE_EXE_LINKER_FLAGS=-lc++"
100113

101114
script:
102115
- uname -a

0 commit comments

Comments
 (0)