test with more compilers

This commit is contained in:
Daniel Sipka 2015-10-18 00:17:15 +02:00
parent 1fc3d5f103
commit a8e6c4be4f

View File

@ -3,6 +3,23 @@ sudo: false
matrix:
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:
- COMPILER=g++-4.9
- WITH_UNIT_TESTS=ON
@ -90,6 +107,24 @@ matrix:
- libboost-regex1.55-dev
- libboost-program-options1.55-dev
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:
- COMPILER=clang++
- WITH_UNIT_TESTS=ON