File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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 "==============================="
You can’t perform that action at this time.
0 commit comments