File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
4343echo " ===============================" &&
4444echo " iOS unit test" &&
4545echo " ===============================" &&
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
5151time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
5252 -derivedDataPath $DERIVED_DATA -sdk iphonesimulator14.5 \
You can’t perform that action at this time.
0 commit comments