mirror of https://github.com/inolen/redream.git
attempt to fix OSX CI builds
This commit is contained in:
parent
a546ed04ff
commit
7603e20773
|
@ -25,8 +25,8 @@ matrix:
|
|||
- BUILD_ARCH=x86_64
|
||||
- BUILD_PLATFORM=darwin
|
||||
before_install:
|
||||
- brew upgrade
|
||||
- brew install cmake
|
||||
- brew update
|
||||
- brew outdated cmake || brew upgrade cmake
|
||||
|
||||
script:
|
||||
- if [ "$CC" = "gcc" ]; then export CC="gcc-6" CXX="g++-6"; fi
|
||||
|
|
Loading…
Reference in New Issue