👷 using Clang 5.0

This commit is contained in:
Niels Lohmann 2017-08-21 20:03:24 +02:00
parent e569b9736b
commit cd53790993
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
2 changed files with 11 additions and 10 deletions

View file

@ -46,12 +46,12 @@ matrix:
- os: linux
compiler: clang
env:
- COMPILER=clang++-4.0
- COMPILER=clang++-5.0
- SPECIAL=sanitizer
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-4.0']
packages: ['g++-6', 'clang-4.0']
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-5.0']
packages: ['g++-6', 'clang-5.0']
after_success:
- make clang_sanitize -j4
@ -251,17 +251,17 @@ matrix:
- os: linux
compiler: clang
env:
- COMPILER=clang++-4.0
- CXXFLAGS=-std=c++1z
env: COMPILER=clang++-5.0
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-4.0']
packages: ['g++-6', 'clang-4.0']
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-5.0']
packages: ['g++-6', 'clang-5.0']
- os: linux
compiler: clang
env: COMPILER=clang++-5.0
env:
- COMPILER=clang++-5.0
- CXXFLAGS=-std=c++1z
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-5.0']