mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Add clang 4.0 to travis builds
This commit is contained in:
parent
9a33210144
commit
ea850b32d5
20
.travis.yml
20
.travis.yml
|
@ -30,7 +30,7 @@ matrix:
|
||||||
- STATIC=ON
|
- STATIC=ON
|
||||||
- SAMPLES=OFF
|
- SAMPLES=OFF
|
||||||
- BENCHMARKS=OFF
|
- BENCHMARKS=OFF
|
||||||
# gcc-6, c++11, debug build, dll
|
# gcc-6, c++11, debug build, dynamic linking
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
addons:
|
addons:
|
||||||
|
@ -64,6 +64,24 @@ matrix:
|
||||||
- STATIC=ON
|
- STATIC=ON
|
||||||
- SAMPLES=ON
|
- SAMPLES=ON
|
||||||
- BENCHMARKS=ON
|
- BENCHMARKS=ON
|
||||||
|
# clang 4, c++11, release build, dynamic linking, samples + benchmarks compiled
|
||||||
|
- os: linux
|
||||||
|
compiler: clang
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
- llvm-toolchain-trusty-4.0
|
||||||
|
packages:
|
||||||
|
- clang-4.0
|
||||||
|
env:
|
||||||
|
- CXX_COMPILER=clang++-4.0
|
||||||
|
- C_COMPILER=clang-4.0
|
||||||
|
- BUILD_TYPE=Release
|
||||||
|
- COVERAGE=OFF
|
||||||
|
- STATIC=OFF
|
||||||
|
- SAMPLES=ON
|
||||||
|
- BENCHMARKS=ON
|
||||||
# clang 6, c++11, release build, static linking, samples + benchmarks compiled
|
# clang 6, c++11, release build, static linking, samples + benchmarks compiled
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
|
Loading…
Reference in New Issue
Block a user