mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-01 23:35:59 +00:00
Fix CI build
This commit is contained in:
parent
e79faba87d
commit
9ea5e2ec99
@ -8,8 +8,8 @@ before_build:
|
|||||||
- 'git submodule update --init --recursive'
|
- 'git submodule update --init --recursive'
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- sh: set -o pipefail && xcodebuild -project Moonlight.xcodeproj -scheme "Moonlight" -destination "platform=iOS Simulator,OS=15.0,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=iPhone 11 Pro" clean build | xcpretty
|
||||||
- sh: set -o pipefail && xcodebuild -project Moonlight.xcodeproj -scheme "Moonlight" -destination "platform=iOS Simulator,OS=15.0,name=iPad Pro (9.7-inch)" 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.0,name=Apple TV 4K (2nd generation)" 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
|
||||||
|
|
||||||
deploy: off
|
deploy: off
|
||||||
|
Loading…
x
Reference in New Issue
Block a user