Skip to content

Commit 18fc115

Browse files
committed
Deactivat tvOS unit tests
1 parent 044f190 commit 18fc115

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build-ci.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-i
5353
-destination 'platform=iOS Simulator,name=iPhone 8,OS=14.2' \
5454
| xcpretty &&
5555

56-
echo "==============================="
57-
echo "tvOS unit test"
58-
echo "==============================="
59-
time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-tvOS \
60-
-derivedDataPath $DERIVED_DATA -sdk appletvos14.2 \
61-
-destination 'platform=tvOS Simulator,name=Apple TV 4K,OS=14.2' \
62-
| xcpretty
56+
# echo "==============================="
57+
# echo "tvOS unit test"
58+
# echo "==============================="
59+
# time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-tvOS \
60+
# -derivedDataPath $DERIVED_DATA -sdk appletvos14.2 \
61+
# -destination 'platform=tvOS Simulator,name=Apple TV 4K,OS=14.2' \
62+
# | xcpretty
6363

6464

6565
# echo "==============================="

0 commit comments

Comments
 (0)