👷 clang-3.4

parent e0f8eb17
...@@ -30,11 +30,19 @@ matrix: ...@@ -30,11 +30,19 @@ matrix:
- os: linux - os: linux
compiler: clang compiler: clang
env: COMPILER=clang++-4.0 env: COMPILER=clang++-3.4
addons: addons:
apt: apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-4.0'] sources: ['ubuntu-toolchain-r-test']
packages: ['g++-6', 'clang-4.0'] packages: ['g++-6', 'clang-3.4']
- os: linux
compiler: clang
env: COMPILER=clang++-3.5
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.5']
packages: ['g++-6', 'clang-3.5']
################ ################
# build script # # build script #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment