Skip to content

Commit 22cb671

Browse files
committed
Updated Azure to Swift 5. Even Xcode is not ready
1 parent 7e7f8c9 commit 22cb671

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,21 @@ jobs:
88
strategy:
99
maxParallel: 10
1010
matrix:
11-
swift420:
12-
containerImage: norionomura/swift:42
13-
swift421:
14-
containerImage: norionomura/swift:421
11+
swift500:
12+
containerImage: apple/swift:5
1513
container: $[ variables['containerImage'] ]
1614
steps:
1715
- script: swift test --parallel
1816
displayName: swift test
1917

2018
- job: Xcode
2119
pool:
22-
vmImage: 'macOS 10.13'
20+
vmImage: 'macOS 10.14'
2321
strategy:
2422
maxParallel: 10
2523
matrix:
26-
xcode10:
27-
DEVELOPER_DIR: /Applications/Xcode_10.app
28-
xcode101:
29-
DEVELOPER_DIR: /Applications/Xcode_10.1.app
24+
xcode102:
25+
DEVELOPER_DIR: /Applications/Xcode_10.2.app
3026
steps:
3127
- script: swift package generate-xcodeproj
3228
displayName: Generate Xcode project file
@@ -45,14 +41,12 @@ jobs:
4541

4642
- job: SwiftPM
4743
pool:
48-
vmImage: 'macOS 10.13'
44+
vmImage: 'macOS 10.14'
4945
strategy:
5046
maxParallel: 10
5147
matrix:
52-
xcode10:
53-
DEVELOPER_DIR: /Applications/Xcode_10.app
5448
xcode101:
55-
DEVELOPER_DIR: /Applications/Xcode_10.1.app
49+
DEVELOPER_DIR: /Applications/Xcode_10.2.app
5650
steps:
5751
- script: xcodebuild -version
5852
displayName: xcodebuild -version

0 commit comments

Comments
 (0)