1
0
Fork 0
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:
Gunther Brunner 2015-10-02 15:22:47 +09:00
parent c873974bde
commit cefac1c62a

View file

@ -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: