another try with travis
This commit is contained in:
parent
9712e06a02
commit
31a0c50892
1 changed files with 0 additions and 7 deletions
|
@ -5,17 +5,10 @@ dist: trusty
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- boost-latest
|
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
packages:
|
packages:
|
||||||
- gcc-5
|
|
||||||
- g++-5
|
|
||||||
- libboost1.56-all-dev
|
|
||||||
- cmake
|
- cmake
|
||||||
|
|
||||||
env:
|
|
||||||
- CC=gcc-5 CXX=g++-5
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
|
|
Loading…
Reference in a new issue