9
9
XCODE_TEST_REPORTS : /tmp/xcode-test-results
10
10
LANG : en_US.UTF-8
11
11
macos :
12
- xcode : ' 10.2 .0'
12
+ xcode : ' 11.4 .0'
13
13
steps :
14
14
- checkout
15
15
- run : mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS $XCODE_TEST_REPORTS
@@ -26,58 +26,58 @@ jobs:
26
26
paths :
27
27
- Carthage
28
28
- run :
29
- name : Run Tests (Swift 5.1 )
29
+ name : Run Tests (Swift 5.2 )
30
30
command : >
31
- set -o pipefail && xcodebuild test SWIFT_VERSION=5.1
31
+ set -o pipefail && xcodebuild test SWIFT_VERSION=5.2
32
32
-workspace RxCoreLocation.xcworkspace
33
33
-scheme 'RxCoreLocation-iOS' -sdk iphonesimulator
34
- -destination "name=iPhone X " | xcpretty -c --test
34
+ -destination "name=iPhone 11 " | xcpretty -c --test
35
35
- run :
36
- name : Run Tests (Swift 5.0 )
36
+ name : Run Tests (Swift 5.1 )
37
37
command : >
38
- set -o pipefail && xcodebuild test SWIFT_VERSION=5.0
38
+ set -o pipefail && xcodebuild test SWIFT_VERSION=5.1
39
39
-workspace RxCoreLocation.xcworkspace
40
40
-scheme 'RxCoreLocation-iOS' -sdk iphonesimulator
41
- -destination "name=iPhone X " | xcpretty -c --test
41
+ -destination "name=iPhone 11 " | xcpretty -c --test
42
42
- run :
43
- name : Build watchOS (Swift 5.1 )
43
+ name : Build watchOS (Swift 5.2 )
44
44
command : >
45
- set -o pipefail && xcodebuild build SWIFT_VERSION=5.1
45
+ set -o pipefail && xcodebuild build SWIFT_VERSION=5.2
46
46
-workspace RxCoreLocation.xcworkspace
47
47
-scheme RxCoreLocation-watchOS -sdk watchsimulator
48
- -destination "name=Apple Watch Series 2 - 42mm " | xcpretty -c
48
+ -destination "name=Apple Watch Series 5 - 44mm " | xcpretty -c
49
49
- run :
50
- name : Build watchOS (Swift 5.0 )
50
+ name : Build watchOS (Swift 5.1 )
51
51
command : >
52
- set -o pipefail && xcodebuild build SWIFT_VERSION=5.0
52
+ set -o pipefail && xcodebuild build SWIFT_VERSION=5.1
53
53
-workspace RxCoreLocation.xcworkspace
54
54
-scheme RxCoreLocation-watchOS -sdk watchsimulator
55
- -destination "name=Apple Watch Series 2 - 42mm " | xcpretty -c
55
+ -destination "name=Apple Watch Series 5 - 44mm " | xcpretty -c
56
56
- run :
57
- name : Build macOS (Swift 5.1 )
57
+ name : Build macOS (Swift 5.2 )
58
58
command : >
59
- set -o pipefail && xcodebuild build SWIFT_VERSION=5.1
59
+ set -o pipefail && xcodebuild build SWIFT_VERSION=5.2
60
60
-workspace RxCoreLocation.xcworkspace
61
61
-scheme RxCoreLocation-macOS -sdk macosx
62
62
-destination "arch=x86_64" | xcpretty -c
63
63
- run :
64
- name : Build macOS (Swift 5.0 )
64
+ name : Build macOS (Swift 5.1 )
65
65
command : >
66
- set -o pipefail && xcodebuild build SWIFT_VERSION=5.0
66
+ set -o pipefail && xcodebuild build SWIFT_VERSION=5.1
67
67
-workspace RxCoreLocation.xcworkspace
68
68
-scheme RxCoreLocation-macOS -sdk macosx
69
69
-destination "arch=x86_64" | xcpretty -c
70
70
- run :
71
- name : Build tvOS (Swift 5.1 )
71
+ name : Build tvOS (Swift 5.2 )
72
72
command : >
73
- set -o pipefail && xcodebuild build SWIFT_VERSION=5.1
73
+ set -o pipefail && xcodebuild build SWIFT_VERSION=5.2
74
74
-workspace RxCoreLocation.xcworkspace
75
75
-scheme RxCoreLocation-tvOS -sdk appletvsimulator
76
76
-destination "name=Apple TV 4K (at 1080p)" | xcpretty -c
77
77
- run :
78
- name : Build tvOS (Swift 5.0 )
78
+ name : Build tvOS (Swift 5.1 )
79
79
command : >
80
- set -o pipefail && xcodebuild build SWIFT_VERSION=5.0
80
+ set -o pipefail && xcodebuild build SWIFT_VERSION=5.1
81
81
-workspace RxCoreLocation.xcworkspace
82
82
-scheme RxCoreLocation-tvOS -sdk appletvsimulator
83
83
-destination "name=Apple TV 4K (at 1080p)" | xcpretty -c
0 commit comments