Add clang++-libc++ to Travis

This commit is contained in:
Peter Dimov
2018-01-15 21:21:34 +02:00
parent 6f1e30778b
commit 27f7c608e4

View File

@@ -161,6 +161,10 @@ matrix:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-5.0
- os: linux
compiler: clang++-libc++
env: TOOLSET=clang COMPILER=clang++-libc++ CXXSTD=11,14,1z
- os: osx
compiler: clang++
env: TOOLSET=clang COMPILER=clang++ CXXSTD=11,14,1z
@@ -182,7 +186,7 @@ install:
script:
- |-
echo "using $TOOLSET : : $COMPILER ;" > ~/user-config.jam
- ./b2 -j 3 libs/mp11/test toolset=$TOOLSET cxxstd=$CXXSTD
- ./b2 -j3 libs/mp11/test toolset=$TOOLSET cxxstd=$CXXSTD
notifications:
email: