Skip to content

Commit 2a312f2

Browse files
authored
AzP macOS-10.13 and vs2015-win2012r2 images are removed (#131)
closes #122
1 parent feec6d4 commit 2a312f2

File tree

1 file changed

+29
-26
lines changed

1 file changed

+29
-26
lines changed

azure-pipelines.yml

Lines changed: 29 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ stages:
8585
LLVM_REPO: llvm-toolchain-xenial-5.0
8686
Clang 4:
8787
B2_TOOLSET: clang
88-
B2_CXXSTD: 14,17
88+
B2_CXXSTD: 14
8989
CXX: clang++-4.0
9090
PACKAGES: clang-4.0
9191
LLVM_REPO: llvm-toolchain-xenial-4.0
@@ -160,11 +160,6 @@ stages:
160160
#B2_CXXSTD: 14 # default
161161
B2_ADDRESS_MODEL: address-model=64,32
162162
VM_IMAGE: 'vs2017-win2016'
163-
VS 2015 C++14:
164-
B2_TOOLSET: msvc-14.0
165-
#B2_CXXSTD: 14 # default
166-
B2_ADDRESS_MODEL: address-model=64,32
167-
VM_IMAGE: 'vs2015-win2012r2'
168163

169164
pool:
170165
vmImage: $(VM_IMAGE)
@@ -192,37 +187,45 @@ stages:
192187
193188
- job: 'macOS'
194189
pool:
195-
vmImage: 'macOS-10.13'
190+
vmImage: 'macOS-10.14'
196191
strategy:
197192
matrix:
198-
Xcode 10.1:
193+
Xcode_11_3_1:
199194
B2_TOOLSET: clang
200195
B2_CXXSTD: 14,17,2a
201-
XCODE_APP: /Applications/Xcode_10.1.app
202-
Xcode 10.0:
196+
XCODE_APP: /Applications/Xcode_11.3.1.app
197+
Xcode_11_2_1:
203198
B2_TOOLSET: clang
204199
B2_CXXSTD: 14,17,2a
205-
XCODE_APP: /Applications/Xcode_10.app
206-
Xcode 9.4.1:
200+
XCODE_APP: /Applications/Xcode_11.2.1.app
201+
Xcode_11_2:
207202
B2_TOOLSET: clang
208-
B2_CXXSTD: 14,17
209-
XCODE_APP: /Applications/Xcode_9.4.1.app
210-
Xcode 9.4:
203+
B2_CXXSTD: 14,17,2a
204+
XCODE_APP: /Applications/Xcode_11.2.app
205+
Xcode_11_1:
211206
B2_TOOLSET: clang
212-
B2_CXXSTD: 14,17
213-
XCODE_APP: /Applications/Xcode_9.4.app
214-
Xcode 9.3.1:
207+
B2_CXXSTD: 14,17,2a
208+
XCODE_APP: /Applications/Xcode_11.1.app
209+
Xcode_10_3:
215210
B2_TOOLSET: clang
216-
B2_CXXSTD: 14,17
217-
XCODE_APP: /Applications/Xcode_9.3.1.app
218-
Xcode 9.3:
211+
B2_CXXSTD: 14,17,2a
212+
XCODE_APP: /Applications/Xcode_10.3.app
213+
Xcode_10_2_1:
219214
B2_TOOLSET: clang
220-
B2_CXXSTD: 14
221-
XCODE_APP: /Applications/Xcode_9.3.app
222-
Xcode 9.2:
215+
B2_CXXSTD: 14,17,2a
216+
XCODE_APP: /Applications/Xcode_10.2.1.app
217+
Xcode_10_2:
223218
B2_TOOLSET: clang
224-
B2_CXXSTD: 14
225-
XCODE_APP: /Applications/Xcode_9.2.app
219+
B2_CXXSTD: 14,17,2a
220+
XCODE_APP: /Applications/Xcode_10.2.app
221+
Xcode_10_1:
222+
B2_TOOLSET: clang
223+
B2_CXXSTD: 14,17,2a
224+
XCODE_APP: /Applications/Xcode_10.1.app
225+
Xcode_10_0:
226+
B2_TOOLSET: clang
227+
B2_CXXSTD: 14,17,2a
228+
XCODE_APP: /Applications/Xcode_10.app
226229
steps:
227230
- bash: |
228231
set -e

0 commit comments

Comments
 (0)