mirror of
https://github.com/openstf/stf
synced 2025-10-04 18:29:17 +02:00
Add ubuntu-toolchain to travis. Latest GCC supported version is 4.9.
This commit is contained in:
parent
c873974bde
commit
cefac1c62a
1 changed files with 10 additions and 8 deletions
18
.travis.yml
18
.travis.yml
|
@ -9,16 +9,18 @@ node_js:
|
||||||
- "0.10"
|
- "0.10"
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
packages:
|
packages:
|
||||||
- libzmq3-dev
|
- libzmq3-dev
|
||||||
- libprotobuf-dev
|
- libprotobuf-dev
|
||||||
- graphicsmagick
|
- graphicsmagick
|
||||||
- rethinkdb
|
- rethinkdb
|
||||||
- g++-5.2
|
- g++-4.9
|
||||||
- yasm
|
- yasm
|
||||||
before_install:
|
before_install:
|
||||||
- if [ "${TRAVIS_OS_NAME}" == "linux" ]; then export CXX=g++-5.2; fi
|
- if [ "${TRAVIS_OS_NAME}" == "linux" ]; then export CXX=g++-4.9; fi
|
||||||
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then brew install yasm; fi
|
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then brew install yasm; fi
|
||||||
script:
|
script:
|
||||||
- gulp build
|
- gulp build
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue