mirror of
https://github.com/vale981/arb
synced 2025-03-05 09:21:38 -05:00
Install gcc-4.8 on travis-ci osx
Newer osx image do not have gcc48 pre-installed on travis-ci
This commit is contained in:
parent
776acc62ab
commit
7f8dc22669
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ compiler:
|
|||
|
||||
script:
|
||||
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]] && [[ "${CC}" == "gcc" ]]; then
|
||||
brew install gcc48;
|
||||
export CC=gcc-4.8;
|
||||
export CXX=g++-4.8;
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue