mirror of
https://github.com/vale981/arb
synced 2025-03-04 17:01:40 -05:00
try to fix osX build issue
This commit is contained in:
parent
c2a7f874dc
commit
dfa3343cb4
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ compiler:
|
|||
|
||||
script:
|
||||
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]] && [[ "${CC}" == "gcc" ]]; then
|
||||
brew update;
|
||||
brew install gcc48;
|
||||
export CC=gcc-4.8;
|
||||
export CXX=g++-4.8;
|
||||
|
|
Loading…
Add table
Reference in a new issue