mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +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"
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- libzmq3-dev
|
||||
- libprotobuf-dev
|
||||
- graphicsmagick
|
||||
- rethinkdb
|
||||
- g++-5.2
|
||||
- yasm
|
||||
- libzmq3-dev
|
||||
- libprotobuf-dev
|
||||
- graphicsmagick
|
||||
- rethinkdb
|
||||
- g++-4.9
|
||||
- yasm
|
||||
before_install:
|
||||
- if [ "${TRAVIS_OS_NAME}" == "linux" ]; then export CXX=g++-5.2; fi
|
||||
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then brew install yasm; fi
|
||||
- if [ "${TRAVIS_OS_NAME}" == "linux" ]; then export CXX=g++-4.9; fi
|
||||
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then brew install yasm; fi
|
||||
script:
|
||||
- gulp build
|
||||
before_script:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue