File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,15 @@ echo "iOS unit test" &&
2020echo " ===============================" &&
2121time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS -derivedDataPath $DERIVED_DATA -sdk iphonesimulator11.4 \
2222 -destination ' platform=iOS Simulator,name=iPhone 6,OS=9.3' \
23+ | xcpretty &&
24+
25+ time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS -derivedDataPath $DERIVED_DATA -sdk iphonesimulator11.4 \
2326 -destination ' platform=iOS Simulator,name=iPhone 7,OS=10.2' \
24- -destination ' platform=iOS Simulator,name=iPhone 8,OS=11.4' \
2527 | xcpretty &&
2628
29+ time xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS -derivedDataPath $DERIVED_DATA -sdk iphonesimulator11.4 \
30+ -destination ' platform=iOS Simulator,name=iPhone 8,OS=11.4' \
31+ | xcpretty &&
2732
2833echo " ===============================" &&
2934echo " tvOS unit test" &&
You can’t perform that action at this time.
0 commit comments