Added Travis target for g++ 6.
This commit is contained in:
parent
1e2573d3e7
commit
ba751f8c35
17
.travis.yml
17
.travis.yml
@ -1,21 +1,28 @@
|
|||||||
# Use container-based distribution
|
# Use container-based distribution
|
||||||
sudo: false
|
sudo: false
|
||||||
language: c++
|
language: c++
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
- compiler: gcc
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
- boost-latest
|
- boost-latest
|
||||||
packages:
|
packages:
|
||||||
- g++-5
|
|
||||||
- libboost-program-options1.55-dev
|
- libboost-program-options1.55-dev
|
||||||
- libboost-iostreams1.55-dev
|
- libboost-iostreams1.55-dev
|
||||||
- libboost-system1.55-dev
|
- libboost-system1.55-dev
|
||||||
- libboost-filesystem1.55-dev
|
- libboost-filesystem1.55-dev
|
||||||
env: COMPILER=g++-5
|
matrix:
|
||||||
|
include:
|
||||||
|
- env: COMPILER=g++-5
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- g++-5
|
||||||
|
- env: COMPILER=g++-6
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- g++-6
|
||||||
script:
|
script:
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update
|
- git submodule update
|
||||||
|
Reference in New Issue
Block a user