Skip to content

Commit

Permalink
[travis] trying clang-3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-jusiak committed Apr 7, 2016
1 parent 625736e commit 177f480
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,24 @@ matrix:
apt:
packages: ["clang-3.8", "libstdc++-5-dev", "gdb"]
sources: ["ubuntu-toolchain-r-test", "llvm-toolchain-precise-3.8"]
- os: linux
env: BS=bjam TOOLSET=clang MEMCHECK=VALGRIND BENCHMARK=QUICK CXX=clang++-3.9
addons:
apt:
packages: ["clang-3.9", "libstdc++-5-dev", "valgrind", "gdb"]
sources: ["ubuntu-toolchain-r-test", "llvm-toolchain-precise"]
- os: linux
env: BS=bjam TOOLSET=clang MEMCHECK=VALGRIND LIBCXX=ON CXX=clang++-3.8
addons:
apt:
packages: ["clang-3.9", "libstdc++-5-dev", "valgrind", "gdb"]
sources: ["ubuntu-toolchain-r-test", "llvm-toolchain-precise"]
- os: linux
env: BS=cmake CXX=clang++-3.8
addons:
apt:
packages: ["clang-3.9", "libstdc++-5-dev", "gdb"]
sources: ["ubuntu-toolchain-r-test", "llvm-toolchain-precise"]
- os: linux
env: BS=bjam TOOLSET=gcc GCOV=gcov-5 VARIANT=coverage MEMCHECK=VALGRIND CXX=g++-5
addons:
Expand Down

0 comments on commit 177f480

Please sign in to comment.