Skip to content

Commit 324a2da

Browse files
committed
CI: add swift 5.5 on all platforms
However, linux and windows will fail at the moment.
1 parent 7d53b4a commit 324a2da

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ stages:
4343
WATCHOS_ACTIONS: 'clean test'
4444
WATCHOS_SIMULATOR: 'Apple Watch Series 6 - 44mm'
4545
UTILS_PW_XCF_FLAG: '--xcf'
46+
macosSwift55:
47+
imageName: 'macOS-11'
48+
DEVELOPER_DIR: '/Applications/Xcode_13.0.app'
49+
WATCHOS_ACTIONS: 'clean test'
50+
WATCHOS_SIMULATOR: 'Apple Watch Series 6 - 44mm'
51+
UTILS_PW_XCF_FLAG: '--xcf'
4652
pool:
4753
vmImage: $(imageName)
4854
steps:
@@ -75,6 +81,9 @@ stages:
7581
linuxSwift54:
7682
imageName: 'ubuntu-18.04'
7783
containerImage: 'swift:5.4.3-bionic'
84+
linuxSwift55:
85+
imageName: 'ubuntu-18.04'
86+
containerImage: 'swift:5.5-bionic'
7887
pool:
7988
vmImage: $(imageName)
8089
container: $[ variables['containerImage'] ]
@@ -91,6 +100,9 @@ stages:
91100
windowsSwift54:
92101
imageName: 'windows-2019'
93102
SWIFT_VERSION: '5.4.3'
103+
windowsSwift55:
104+
imageName: 'windows-2019'
105+
SWIFT_VERSION: '5.5'
94106
pool:
95107
vmImage: $(imageName)
96108
variables:

0 commit comments

Comments
 (0)