test with more compilers
This commit is contained in:
parent
1fc3d5f103
commit
a8e6c4be4f
35
.travis.yml
35
.travis.yml
@ -3,6 +3,23 @@ sudo: false
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- env:
|
||||||
|
- COMPILER=g++-5
|
||||||
|
- WITH_UNIT_TESTS=ON
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
- boost-latest
|
||||||
|
- george-edison55-precise-backports
|
||||||
|
packages:
|
||||||
|
- g++-5
|
||||||
|
- cmake
|
||||||
|
- cmake-data
|
||||||
|
- libboost1.55-dev
|
||||||
|
- libboost-regex1.55-dev
|
||||||
|
- libboost-program-options1.55-dev
|
||||||
|
os: linux
|
||||||
- env:
|
- env:
|
||||||
- COMPILER=g++-4.9
|
- COMPILER=g++-4.9
|
||||||
- WITH_UNIT_TESTS=ON
|
- WITH_UNIT_TESTS=ON
|
||||||
@ -90,6 +107,24 @@ matrix:
|
|||||||
- libboost-regex1.55-dev
|
- libboost-regex1.55-dev
|
||||||
- libboost-program-options1.55-dev
|
- libboost-program-options1.55-dev
|
||||||
os: linux
|
os: linux
|
||||||
|
- env:
|
||||||
|
- COMPILER=clang++-3.7
|
||||||
|
- WITH_UNIT_TESTS=ON
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- llvm-toolchain-precise-3.7
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
- boost-latest
|
||||||
|
- george-edison55-precise-backports
|
||||||
|
packages:
|
||||||
|
- clang-3.7
|
||||||
|
- cmake
|
||||||
|
- cmake-data
|
||||||
|
- libboost1.55-dev
|
||||||
|
- libboost-regex1.55-dev
|
||||||
|
- libboost-program-options1.55-dev
|
||||||
|
os: linux
|
||||||
- env:
|
- env:
|
||||||
- COMPILER=clang++
|
- COMPILER=clang++
|
||||||
- WITH_UNIT_TESTS=ON
|
- WITH_UNIT_TESTS=ON
|
||||||
|
Loading…
Reference in New Issue
Block a user