maybe gcc5 is just on one of the main package sources
This commit is contained in:
parent
0e350d4ff3
commit
28e73b293a
12
.travis.yml
12
.travis.yml
|
@ -29,22 +29,18 @@ addons:
|
||||||
- libboost1.55-all-dev
|
- libboost1.55-all-dev
|
||||||
- libboost1.55-tools-dev
|
- libboost1.55-tools-dev
|
||||||
- python2.7-dev
|
- python2.7-dev
|
||||||
apt:
|
- g++-5
|
||||||
sources:
|
|
||||||
- ubuntu-toolchain-r-test
|
|
||||||
packages:
|
|
||||||
- g++-4.9
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- 'echo "using gcc : : ccache g++-4.9 : <cxxflags>-std=c++11 ;" > ~/user-config.jam'
|
- 'echo "using gcc : : ccache g++-5 : <cxxflags>-std=c++11 ;" > ~/user-config.jam'
|
||||||
- 'echo "using clang : : ccache clang++ : <cxxflags>-std=c++11 ;" >> ~/user-config.jam'
|
- 'echo "using clang : : ccache clang++ : <cxxflags>-std=c++11 ;" >> ~/user-config.jam'
|
||||||
- 'echo "using python : 2.7 ;" >> ~/user-config.jam'
|
- 'echo "using python : 2.7 ;" >> ~/user-config.jam'
|
||||||
- ccache -V && ccache --show-stats && ccache --zero-stats
|
- ccache -V && ccache --show-stats && ccache --zero-stats
|
||||||
- which $CXX-4.9
|
- which $CXX-5
|
||||||
- ls -la `which $CXX-4.9`
|
- ls -la `which $CXX-5`
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd test
|
- cd test
|
||||||
|
|
Loading…
Reference in New Issue