Skip to content

Commit 78fc829

Browse files
committed
Update temporary
1 parent 1bf4e9d commit 78fc829

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build-ci.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@ time xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample \
3535
-destination 'platform=iOS Simulator,name=iPhone 8,OS=14.5' \
3636
| xcpretty &&
3737

38-
time xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample \
39-
-derivedDataPath $DERIVED_DATA -sdk iphonesimulator14.5 \
40-
-destination 'platform=iOS Simulator,name=iPhone 7,OS=11.4' \
41-
| xcpretty &&
38+
# time xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample \
39+
# -derivedDataPath $DERIVED_DATA -sdk iphonesimulator14.5 \
40+
# -destination 'platform=iOS Simulator,name=iPhone 7,OS=11.4' \
41+
# | xcpretty &&
4242

4343
echo "===============================" &&
4444
echo "iOS unit test" &&
4545
echo "===============================" &&
46-
time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
47-
-derivedDataPath $DERIVED_DATA -sdk iphonesimulator14.5 \
48-
-destination 'platform=iOS Simulator,name=iPhone 7,OS=11.4' \
49-
| xcpretty &&
46+
# time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
47+
# -derivedDataPath $DERIVED_DATA -sdk iphonesimulator14.5 \
48+
# -destination 'platform=iOS Simulator,name=iPhone 7,OS=11.4' \
49+
# | xcpretty &&
5050

5151
time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
5252
-derivedDataPath $DERIVED_DATA -sdk iphonesimulator14.5 \

0 commit comments

Comments
 (0)