2015-04-22 11:34:21 +02:00
|
|
|
language: cpp
|
2015-10-12 02:07:24 +02:00
|
|
|
sudo: false
|
|
|
|
|
|
|
|
matrix:
|
|
|
|
include:
|
2015-10-12 02:11:42 +02:00
|
|
|
- env:
|
|
|
|
- COMPILER=g++-4.9
|
2015-10-12 13:04:29 +02:00
|
|
|
- WITH_UNIT_TESTS=ON
|
2015-10-12 02:07:24 +02:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
sources:
|
|
|
|
- ubuntu-toolchain-r-test
|
2015-10-12 02:11:42 +02:00
|
|
|
- boost-latest
|
|
|
|
- george-edison55-precise-backports
|
2015-10-12 02:07:24 +02:00
|
|
|
packages:
|
|
|
|
- g++-4.9
|
2015-10-12 02:11:42 +02:00
|
|
|
- cmake
|
|
|
|
- cmake-data
|
|
|
|
- libboost1.55-dev
|
|
|
|
- libboost-regex1.55-dev
|
|
|
|
- libboost-program-options1.55-dev
|
2015-10-12 02:24:14 +02:00
|
|
|
os: linux
|
2015-10-12 02:11:42 +02:00
|
|
|
- env:
|
|
|
|
- COMPILER=g++-4.8
|
2015-10-12 13:04:29 +02:00
|
|
|
- WITH_UNIT_TESTS=ON
|
2015-10-12 02:07:24 +02:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
sources:
|
|
|
|
- ubuntu-toolchain-r-test
|
2015-10-12 02:11:42 +02:00
|
|
|
- boost-latest
|
|
|
|
- george-edison55-precise-backports
|
2015-10-12 02:07:24 +02:00
|
|
|
packages:
|
|
|
|
- g++-4.8
|
2015-10-12 02:11:42 +02:00
|
|
|
- cmake
|
|
|
|
- cmake-data
|
|
|
|
- libboost1.55-dev
|
|
|
|
- libboost-regex1.55-dev
|
|
|
|
- libboost-program-options1.55-dev
|
2015-10-12 02:24:14 +02:00
|
|
|
os: linux
|
2015-10-12 02:11:42 +02:00
|
|
|
- env:
|
|
|
|
- COMPILER=g++-4.7
|
2015-10-12 13:04:29 +02:00
|
|
|
- WITH_UNIT_TESTS=ON
|
2015-10-12 02:07:24 +02:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
sources:
|
|
|
|
- ubuntu-toolchain-r-test
|
2015-10-12 02:11:42 +02:00
|
|
|
- boost-latest
|
|
|
|
- george-edison55-precise-backports
|
2015-10-12 02:07:24 +02:00
|
|
|
packages:
|
|
|
|
- g++-4.7
|
2015-10-12 02:11:42 +02:00
|
|
|
- cmake
|
|
|
|
- cmake-data
|
|
|
|
- libboost1.55-dev
|
|
|
|
- libboost-regex1.55-dev
|
|
|
|
- libboost-program-options1.55-dev
|
2015-10-12 02:24:14 +02:00
|
|
|
os: linux
|
2015-10-12 02:11:42 +02:00
|
|
|
- env:
|
|
|
|
- COMPILER=clang++-3.5
|
2015-10-12 13:04:29 +02:00
|
|
|
- WITH_UNIT_TESTS=ON
|
2015-10-12 02:07:24 +02:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
sources:
|
|
|
|
- llvm-toolchain-precise-3.5
|
2015-10-12 02:16:41 +02:00
|
|
|
- ubuntu-toolchain-r-test
|
2015-10-12 02:11:42 +02:00
|
|
|
- boost-latest
|
|
|
|
- george-edison55-precise-backports
|
2015-10-12 02:07:24 +02:00
|
|
|
packages:
|
|
|
|
- clang-3.5
|
2015-10-12 02:11:42 +02:00
|
|
|
- cmake
|
|
|
|
- cmake-data
|
|
|
|
- libboost1.55-dev
|
|
|
|
- libboost-regex1.55-dev
|
|
|
|
- libboost-program-options1.55-dev
|
2015-10-12 02:24:14 +02:00
|
|
|
os: linux
|
2015-10-12 02:11:42 +02:00
|
|
|
- env:
|
|
|
|
- COMPILER=clang++-3.6
|
2015-10-12 13:04:29 +02:00
|
|
|
- WITH_UNIT_TESTS=ON
|
2015-10-12 02:07:24 +02:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
sources:
|
|
|
|
- llvm-toolchain-precise-3.6
|
2015-10-12 02:16:41 +02:00
|
|
|
- ubuntu-toolchain-r-test
|
2015-10-12 02:11:42 +02:00
|
|
|
- boost-latest
|
|
|
|
- george-edison55-precise-backports
|
2015-10-12 02:07:24 +02:00
|
|
|
packages:
|
|
|
|
- clang-3.6
|
2015-10-12 02:11:42 +02:00
|
|
|
- cmake
|
|
|
|
- cmake-data
|
|
|
|
- libboost1.55-dev
|
|
|
|
- libboost-regex1.55-dev
|
|
|
|
- libboost-program-options1.55-dev
|
2015-10-12 02:24:14 +02:00
|
|
|
os: linux
|
|
|
|
- env:
|
|
|
|
- COMPILER=clang++
|
2015-10-12 13:04:29 +02:00
|
|
|
- WITH_UNIT_TESTS=OFF
|
2015-10-12 02:24:14 +02:00
|
|
|
os: osx
|
2015-04-22 11:34:21 +02:00
|
|
|
|
|
|
|
before_script:
|
2015-05-12 08:11:01 +02:00
|
|
|
- export CXX=${COMPILER}
|
2015-10-12 02:24:14 +02:00
|
|
|
- ${COMPILER} --version
|
2015-04-22 11:34:21 +02:00
|
|
|
- mkdir build
|
|
|
|
- cd build
|
2015-10-12 13:04:29 +02:00
|
|
|
- cmake ..
|
2015-04-22 11:34:21 +02:00
|
|
|
|
|
|
|
script: make
|
2015-04-22 11:41:13 +02:00
|
|
|
|
2015-04-22 12:35:34 +02:00
|
|
|
after_script: make test
|