mirror of
https://github.com/vale981/arb
synced 2025-03-04 17:01:40 -05:00
Update .travis.yml
This commit is contained in:
parent
fbe994f446
commit
102b5e60b5
1 changed files with 6 additions and 3 deletions
|
@ -18,9 +18,12 @@ compiler:
|
||||||
script:
|
script:
|
||||||
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]] && [[ "${CC}" == "gcc" ]]; then
|
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]] && [[ "${CC}" == "gcc" ]]; then
|
||||||
brew update;
|
brew update;
|
||||||
brew install gcc48;
|
brew install gcc;
|
||||||
export CC=gcc-4.8;
|
brew link --overwrite gcc;
|
||||||
export CXX=g++-4.8;
|
export CC=gcc;
|
||||||
|
export CXX=g++;
|
||||||
|
gcc --version;
|
||||||
|
g++ --version;
|
||||||
fi
|
fi
|
||||||
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
|
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
|
||||||
export ARB_TEST_MULTIPLIER=0.1;
|
export ARB_TEST_MULTIPLIER=0.1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue