forked from moonlight-stream/moonlight-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
24 lines (19 loc) · 664 Bytes
/
appveyor.yml
File metadata and controls
24 lines (19 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
version: 0.0.0.{build}
clone_depth: 1
environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: macOS-Sonoma
SCHEME: Moonlight
SDK: iphonesimulator
PLATFORM: iOS
- APPVEYOR_BUILD_WORKER_IMAGE: macOS-Sonoma
SCHEME: Moonlight TV
SDK: appletvsimulator
PLATFORM: tvOS
before_build:
- 'git submodule update --init --recursive'
- sh: 'xcodebuild -downloadPlatform $PLATFORM'
build_script:
- sh: xcodebuild -project Moonlight.xcodeproj -scheme "$SCHEME" -configuration Debug -sdk $SDK clean build
- sh: xcodebuild -project Moonlight.xcodeproj -scheme "$SCHEME" -configuration Release -sdk $SDK clean build
deploy: off