mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-01 15:26:11 +00:00
Update CI to macOS Monterey image
This commit is contained in:
parent
3ebcc86f0d
commit
06fc3ec5dc
@ -2,14 +2,15 @@ version: 0.0.0.{build}
|
||||
|
||||
clone_depth: 1
|
||||
|
||||
image: macOS-BigSur
|
||||
image: macOS-Monterey
|
||||
|
||||
before_build:
|
||||
- 'git submodule update --init --recursive'
|
||||
|
||||
build_script:
|
||||
- sh: set -o pipefail && xcodebuild -project Moonlight.xcodeproj -scheme "Moonlight" -destination "platform=iOS Simulator,OS=15.2,name=iPhone 11 Pro" clean build | xcpretty
|
||||
- sh: set -o pipefail && xcodebuild -project Moonlight.xcodeproj -scheme "Moonlight" -destination "platform=iOS Simulator,OS=15.2,name=iPad Pro (9.7-inch)" clean build | xcpretty
|
||||
- sh: set -o pipefail && xcodebuild -project Moonlight.xcodeproj -scheme "Moonlight TV" -destination "platform=tvOS Simulator,OS=15.2,name=Apple TV 4K (2nd generation)" clean build | xcpretty
|
||||
- sh: set -o pipefail && xcodebuild -project Moonlight.xcodeproj -scheme "Moonlight" -configuration Debug -sdk iphonesimulator clean build | xcpretty
|
||||
- sh: set -o pipefail && xcodebuild -project Moonlight.xcodeproj -scheme "Moonlight" -configuration Release -sdk iphonesimulator clean build | xcpretty
|
||||
- sh: set -o pipefail && xcodebuild -project Moonlight.xcodeproj -scheme "Moonlight TV" -configuration Debug -sdk appletvsimulator clean build | xcpretty
|
||||
- sh: set -o pipefail && xcodebuild -project Moonlight.xcodeproj -scheme "Moonlight TV" -configuration Release -sdk appletvsimulator clean build | xcpretty
|
||||
|
||||
deploy: off
|
||||
|
Loading…
x
Reference in New Issue
Block a user