mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 13:45:45 +00:00
travis: Update to XCode 7.3.1
This commit is contained in:
parent
fe9d040a82
commit
4b39c41182
3 changed files with 4 additions and 3 deletions
|
@ -20,7 +20,6 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then
|
|||
)
|
||||
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||
brew update > /dev/null # silence the very verbose output
|
||||
brew unlink cmake
|
||||
brew unlink cmake || true
|
||||
brew install cmake qt5 sdl2 dylibbundler
|
||||
gem install xcpretty
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue