mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-01 07:15:44 +00:00
Download required platforms at build-time if not present
This commit is contained in:
parent
8cd931cf50
commit
cb26398414
@ -7,12 +7,15 @@ environment:
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: macOS-Monterey
|
||||
SCHEME: Moonlight
|
||||
SDK: iphonesimulator
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: macOS-BigSur
|
||||
PLATFORM: iOS
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: macOS-Monterey
|
||||
SCHEME: Moonlight TV
|
||||
SDK: appletvsimulator
|
||||
PLATFORM: tvOS
|
||||
|
||||
before_build:
|
||||
- 'git submodule update --init --recursive'
|
||||
- sh: 'xcodebuild -downloadPlatform $PLATFORM'
|
||||
|
||||
build_script:
|
||||
- sh: set -o pipefail && xcodebuild -project Moonlight.xcodeproj -scheme "$SCHEME" -configuration Debug -sdk $SDK clean build | xcpretty
|
||||
|
Loading…
x
Reference in New Issue
Block a user