Skip to content

Commit 8b26b77

Browse files
committed
Configured circle.yml to use xcode 11.4.0
1 parent d068f6f commit 8b26b77

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

circle.yml

+1-32
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
XCODE_TEST_REPORTS: /tmp/xcode-test-results
1010
LANG: en_US.UTF-8
1111
macos:
12-
xcode: '12.3.0'
12+
xcode: '11.4.0'
1313
steps:
1414
- checkout
1515
- run: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS $XCODE_TEST_REPORTS
@@ -18,9 +18,6 @@ jobs:
1818
- v1-dep-{{ .Branch }}-
1919
- v1-dep-master-
2020
- v1-dep-
21-
- run:
22-
name: export XCODE_XCCONFIG_FILE
23-
command: export XCODE_XCCONFIG_FILE=$PWD/tmp.xcconfig
2421
- run:
2522
name: Bootstrap Carthage
2623
command: carthage update --no-use-binaries
@@ -35,55 +32,27 @@ jobs:
3532
-workspace RxCoreLocation.xcworkspace
3633
-scheme 'RxCoreLocation-iOS' -sdk iphonesimulator
3734
-destination "name=iPhone 11" | xcpretty -c --test
38-
- run:
39-
name: Run Tests (Swift 5.3)
40-
command: >
41-
set -o pipefail && xcodebuild test SWIFT_VERSION=5.3
42-
-workspace RxCoreLocation.xcworkspace
43-
-scheme 'RxCoreLocation-iOS' -sdk iphonesimulator
44-
-destination "name=iPhone 11" | xcpretty -c --test
4535
- run:
4636
name: Build watchOS (Swift 5.2)
4737
command: >
4838
set -o pipefail && xcodebuild build SWIFT_VERSION=5.2
4939
-workspace RxCoreLocation.xcworkspace
5040
-scheme RxCoreLocation-watchOS -sdk watchsimulator
5141
-destination "name=Apple Watch Series 5 - 44mm" | xcpretty -c
52-
- run:
53-
name: Build watchOS (Swift 5.3)
54-
command: >
55-
set -o pipefail && xcodebuild build SWIFT_VERSION=5.3
56-
-workspace RxCoreLocation.xcworkspace
57-
-scheme RxCoreLocation-watchOS -sdk watchsimulator
58-
-destination "name=Apple Watch Series 5 - 44mm" | xcpretty -c
5942
- run:
6043
name: Build macOS (Swift 5.2)
6144
command: >
6245
set -o pipefail && xcodebuild build SWIFT_VERSION=5.2
6346
-workspace RxCoreLocation.xcworkspace
6447
-scheme RxCoreLocation-macOS -sdk macosx
6548
-destination "arch=x86_64" | xcpretty -c
66-
- run:
67-
name: Build macOS (Swift 5.3)
68-
command: >
69-
set -o pipefail && xcodebuild build SWIFT_VERSION=5.3
70-
-workspace RxCoreLocation.xcworkspace
71-
-scheme RxCoreLocation-macOS -sdk macosx
72-
-destination "arch=x86_64" | xcpretty -c
7349
- run:
7450
name: Build tvOS (Swift 5.2)
7551
command: >
7652
set -o pipefail && xcodebuild build SWIFT_VERSION=5.2
7753
-workspace RxCoreLocation.xcworkspace
7854
-scheme RxCoreLocation-tvOS -sdk appletvsimulator
7955
-destination "name=Apple TV 4K (at 1080p)" | xcpretty -c
80-
- run:
81-
name: Build tvOS (Swift 5.3)
82-
command: >
83-
set -o pipefail && xcodebuild build SWIFT_VERSION=5.3
84-
-workspace RxCoreLocation.xcworkspace
85-
-scheme RxCoreLocation-tvOS -sdk appletvsimulator
86-
-destination "name=Apple TV 4K (at 1080p)" | xcpretty -c
8756
- store_artifacts:
8857
path: /tmp/xcode-test-results
8958
workflows:

0 commit comments

Comments
 (0)