Try to fix mac builds by disabling homebrew auto updatin
This commit is contained in:
parent
ba24c43f96
commit
66e2d53859
1 changed files with 3 additions and 3 deletions
|
@ -20,11 +20,11 @@ fi
|
||||||
|
|
||||||
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||||
if [ "$TOOL" = "xcodebuild" ]; then
|
if [ "$TOOL" = "xcodebuild" ]; then
|
||||||
brew install ccache
|
HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache
|
||||||
travis_wait ./projectfiles/Xcode/Fix_Xcode_Dependencies
|
travis_wait ./projectfiles/Xcode/Fix_Xcode_Dependencies
|
||||||
else
|
else
|
||||||
brew install scons cairo pango moreutils sdl2_image sdl2_ttf sdl2_mixer glew ccache
|
HOMEBREW_NO_AUTO_UPDATE=1 brew install scons cairo pango moreutils sdl2_image sdl2_ttf sdl2_mixer glew ccache
|
||||||
brew reinstall libffi
|
HOMEBREW_NO_AUTO_UPDATE=1 brew reinstall libffi
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
if [ "$NLS" != "true" ]; then
|
if [ "$NLS" != "true" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue