Skip to content

Commit 5410309

Browse files
committed
Update circle.yml
1 parent ef5de27 commit 5410309

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

circle.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,18 @@ test:
66
override:
77
- xctool
88
-reporter pretty
9-
-reporter junit:$CIRCLE_TEST_REPORTS/xcode/results.xml
10-
-reporter plain:$CIRCLE_ARTIFACTS/xctool.log
9+
-reporter junit:$CIRCLE_TEST_REPORTS/xcode/results-OSX.xml
10+
-reporter plain:$CIRCLE_ARTIFACTS/xctool-OSX.log
11+
-scheme "SwiftState-OSX"
12+
clean build build-tests run-tests
13+
- xctool
14+
-reporter pretty
15+
-reporter junit:$CIRCLE_TEST_REPORTS/xcode/results-iOS.xml
16+
-reporter plain:$CIRCLE_ARTIFACTS/xctool-iOS.log
1117
CODE_SIGNING_REQUIRED=NO
1218
CODE_SIGN_IDENTITY=
1319
PROVISIONING_PROFILE=
14-
-scheme "SwiftState-OSX"
15-
build build-tests run-tests
20+
-destination 'platform=iOS Simulator,name=iPhone 6,OS=latest'
21+
-sdk iphonesimulator
22+
-scheme "SwiftState-iOS"
23+
clean build build-tests run-tests

0 commit comments

Comments
 (0)