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 1
1
machine :
2
2
xcode :
3
- version : " 7.1 "
3
+ version : " 7.2 "
4
4
5
5
checkout :
6
6
post :
7
+ - git submodule sync
7
8
- git submodule update --init --recursive
8
9
9
10
test :
10
11
override :
11
12
- set -o pipefail &&
12
13
xcodebuild
13
- -workspace "SwiftTask.xcworkspace"
14
- -scheme "SwiftTask-OSX"
14
+ -scheme "SwiftTask"
15
15
clean build |
16
16
tee $CIRCLE_ARTIFACTS/xcode_raw-OSX.log |
17
17
xcpretty --color --report junit --output $CIRCLE_TEST_REPORTS/xcode/results-OSX.xml
21
21
CODE_SIGNING_REQUIRED=NO
22
22
CODE_SIGN_IDENTITY=
23
23
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"
26
27
clean build |
27
28
tee $CIRCLE_ARTIFACTS/xcode_raw-iOS.log |
28
29
xcpretty --color --report junit --output $CIRCLE_TEST_REPORTS/xcode/results-iOS.xml
You can’t perform that action at this time.
0 commit comments