File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 11machine :
22 xcode :
3- version : " 7.1 "
3+ version : " 7.2 "
44
55checkout :
66 post :
7+ - git submodule sync
78 - git submodule update --init --recursive
89
910test :
1011 override :
1112 - set -o pipefail &&
1213 xcodebuild
13- -workspace "SwiftTask.xcworkspace"
14- -scheme "SwiftTask-OSX"
14+ -scheme "SwiftTask"
1515 clean build |
1616 tee $CIRCLE_ARTIFACTS/xcode_raw-OSX.log |
1717 xcpretty --color --report junit --output $CIRCLE_TEST_REPORTS/xcode/results-OSX.xml
2121 CODE_SIGNING_REQUIRED=NO
2222 CODE_SIGN_IDENTITY=
2323 PROVISIONING_PROFILE=
24- -workspace "SwiftTask.xcworkspace"
25- -scheme "SwiftTask-iOS"
24+ -sdk iphonesimulator
25+ -destination 'platform=iOS Simulator,OS=9.0,name=iPhone 6'
26+ -scheme "SwiftTask"
2627 clean build |
2728 tee $CIRCLE_ARTIFACTS/xcode_raw-iOS.log |
2829 xcpretty --color --report junit --output $CIRCLE_TEST_REPORTS/xcode/results-iOS.xml
You can’t perform that action at this time.
0 commit comments