Skip to content

Commit

Permalink
Added clang 7 CI job.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastique committed Nov 1, 2018
1 parent 0872f63 commit 6f89f73
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,17 @@ matrix:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-6.0

- os: linux
compiler: clang++-7
env: TOOLSET=clang COMPILER=clang++-7 CXXSTD=03,11,14,17
addons:
apt:
packages:
- clang-7
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-7

- os: linux
compiler: clang++-6.0
env: UBSAN=1 TOOLSET=clang COMPILER=clang++-6.0 CXXSTD=03,11,14,17 UBSAN_OPTIONS=print_stacktrace=1
Expand Down

0 comments on commit 6f89f73

Please sign in to comment.