use container-based infrastructure
This commit is contained in:
parent
959b01ac7c
commit
b6c19f28e1
1 changed files with 11 additions and 6 deletions
17
.travis.yml
17
.travis.yml
|
@ -1,13 +1,21 @@
|
||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
sudo: false
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
- COMPILER=g++-4.9
|
- COMPILER=g++-4.9
|
||||||
|
COMPILER_PACKAGE=g++-4.9
|
||||||
|
|
||||||
- COMPILER=g++-4.8
|
- COMPILER=g++-4.8
|
||||||
|
COMPILER_PACKAGE=g++-4.8
|
||||||
|
|
||||||
- COMPILER=g++-4.7
|
- COMPILER=g++-4.7
|
||||||
|
COMPILER_PACKAGE=g++-4.7
|
||||||
|
|
||||||
- COMPILER=clang++-3.5
|
- COMPILER=clang++-3.5
|
||||||
|
COMPILER_PACKAGE=clang-3.5
|
||||||
|
|
||||||
|
- COMPILER=clang++-3.6
|
||||||
|
COMPILER_PACKAGE=clang-3.6
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
@ -19,10 +27,7 @@ addons:
|
||||||
- llvm-toolchain-precise-3.7
|
- llvm-toolchain-precise-3.7
|
||||||
- george-edison55-precise-backports
|
- george-edison55-precise-backports
|
||||||
packages:
|
packages:
|
||||||
- g++-4.7
|
- ${COMPILER_PACKAGE}
|
||||||
- g++-4.8
|
|
||||||
- g++-4.9
|
|
||||||
- clang-3.5
|
|
||||||
- build-essential
|
- build-essential
|
||||||
- cmake
|
- cmake
|
||||||
- cmake-data
|
- cmake-data
|
||||||
|
|
Loading…
Reference in a new issue