Update TravisCI to use Xcode 12

This commit is contained in:
Cameron Gutman
2020-09-18 15:30:21 -05:00
parent e8c7eb67c6
commit 26209f187e

View File

@@ -6,20 +6,20 @@ git:
matrix:
include:
- os: osx
osx_image: xcode11.5
osx_image: xcode12
env:
- SCHEME="Moonlight"
- TARGET="platform=iOS Simulator,OS=13.5,name=iPhone 11 Pro"
- TARGET="platform=iOS Simulator,OS=14.0,name=iPhone 11 Pro"
- os: osx
osx_image: xcode11.5
osx_image: xcode12
env:
- SCHEME="Moonlight"
- TARGET="platform=iOS Simulator,OS=13.5,name=iPad Pro (9.7-inch)"
- TARGET="platform=iOS Simulator,OS=14.0,name=iPad Pro (9.7-inch)"
- os: osx
osx_image: xcode11.5
osx_image: xcode12
env:
- SCHEME="Moonlight TV"
- TARGET="platform=tvOS Simulator,OS=13.4,name=Apple TV 4K"
- TARGET="platform=tvOS Simulator,OS=14.0,name=Apple TV 4K"
script:
- set -o pipefail && xcodebuild -project Moonlight.xcodeproj -scheme "$SCHEME" -destination "$TARGET" build | xcpretty
- set -o pipefail && xcodebuild -project Moonlight.xcodeproj -scheme "$SCHEME" -destination "$TARGET" build | xcpretty