Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lucdion committed May 16, 2021
1 parent e65db55 commit bab4845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-ci.sh
Expand Up @@ -63,7 +63,7 @@ time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-i
# echo "==============================="
# time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-tvOS \
# -derivedDataPath $DERIVED_DATA -sdk appletvos14.5 \
# -destination 'platform=tvOS Simulator,name=Apple TV 4K,OS=14.5' \
# -destination 'platform=tvOS Simulator,name=Apple TV 4K (2nd generation),OS=14.5' \
# | xcpretty


Expand Down Expand Up @@ -108,7 +108,7 @@ rm -rf $DERIVED_DATA &&
pod install &&
time xcodebuild clean build -workspace PinLayout-tvOS.xcworkspace -scheme PinLayout-tvOS \
-sdk appletvsimulator14.5 -derivedDataPath $DERIVED_DATA \
-destination 'platform=tvOS Simulator,name=Apple TV 4K,OS=14.5' \
-destination 'platform=tvOS Simulator,name=Apple TV 4K (2nd generation),OS=14.5' \
| xcpretty &&
rm -rf $DERIVED_DATA &&
cd ../../.. &&
Expand Down

0 comments on commit bab4845

Please sign in to comment.