From 9ea5e2ec99f36f70aa6d70f170f070258ca81a0c Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 27 Mar 2022 13:34:06 -0500 Subject: [PATCH] Fix CI build --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 6d42003..5309218 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,8 +8,8 @@ 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.0,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 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" -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 deploy: off