Skip to content

Commit b6865de

Browse files
author
Luc Dion
committed
update unit tests
1 parent 248fac9 commit b6865de

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build-ci.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,15 @@ echo "iOS unit test" &&
2020
echo "===============================" &&
2121
time 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

2833
echo "===============================" &&
2934
echo "tvOS unit test" &&

0 commit comments

Comments
 (0)