File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments