mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-06-15 21:21:45 +00:00
Update osx_image for Travis CI
This commit is contained in:
+6
-6
@@ -6,20 +6,20 @@ git:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode11.4
|
osx_image: xcode11.5
|
||||||
env:
|
env:
|
||||||
- SCHEME="Moonlight"
|
- SCHEME="Moonlight"
|
||||||
- TARGET="platform=iOS Simulator,OS=13.4,name=iPhone 11 Pro"
|
- TARGET="platform=iOS Simulator,OS=13.5,name=iPhone 11 Pro"
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode11.4
|
osx_image: xcode11.5
|
||||||
env:
|
env:
|
||||||
- SCHEME="Moonlight"
|
- SCHEME="Moonlight"
|
||||||
- TARGET="platform=iOS Simulator,OS=13.4,name=iPad Pro (9.7-inch)"
|
- TARGET="platform=iOS Simulator,OS=13.5,name=iPad Pro (9.7-inch)"
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode11.4
|
osx_image: xcode11.5
|
||||||
env:
|
env:
|
||||||
- SCHEME="Moonlight TV"
|
- SCHEME="Moonlight TV"
|
||||||
- TARGET="platform=tvOS Simulator,OS=13.4,name=Apple TV 4K"
|
- TARGET="platform=tvOS Simulator,OS=13.5,name=Apple TV 4K"
|
||||||
|
|
||||||
script:
|
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
|
||||||
Reference in New Issue
Block a user