Skip to content

Commit 9805db3

Browse files
committed
Update circle.yml
1 parent 846e1ed commit 9805db3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

circle.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
machine:
22
xcode:
3-
version: "7.1"
3+
version: "7.2"
44

55
checkout:
66
post:
7+
- git submodule sync
78
- git submodule update --init --recursive
89

910
test:
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
@@ -21,8 +21,9 @@ test:
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

0 commit comments

Comments
 (0)