travis: Update to XCode 7.3.1

This commit is contained in:
MerryMage 2016-09-02 14:49:16 +01:00
parent 09063dc5bb
commit d93cfb32fe
3 changed files with 4 additions and 3 deletions

View file

@ -23,11 +23,12 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
set -o pipefail set -o pipefail
export MACOSX_DEPLOYMENT_TARGET=10.9
export Qt5_DIR=$(brew --prefix)/opt/qt5 export Qt5_DIR=$(brew --prefix)/opt/qt5
mkdir build && cd build mkdir build && cd build
cmake .. -GXcode cmake .. -GXcode
xcodebuild -configuration Release | xcpretty -c xcodebuild -configuration Release
ctest -VV -C Release ctest -VV -C Release
fi fi

View file

@ -20,7 +20,6 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then
) )
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
brew update > /dev/null # silence the very verbose output brew update > /dev/null # silence the very verbose output
brew unlink cmake brew unlink cmake || true
brew install cmake qt5 sdl2 dylibbundler brew install cmake qt5 sdl2 dylibbundler
gem install xcpretty
fi fi

View file

@ -7,6 +7,7 @@ matrix:
dist: trusty dist: trusty
- os: osx - os: osx
sudo: false sudo: false
osx_image: xcode7.3
env: env:
global: global: