File tree Expand file tree Collapse file tree 2 files changed +25
-19
lines changed Expand file tree Collapse file tree 2 files changed +25
-19
lines changed Original file line number Diff line number Diff line change @@ -38,17 +38,20 @@ jobs:
38
38
address-model : 32,64
39
39
- toolset : gcc-7
40
40
cxxstd : " 11,14,17"
41
- os : ubuntu-20.04
41
+ container : ubuntu:20.04
42
+ os : ubuntu-latest
42
43
install : g++-7-multilib
43
44
address-model : 32,64
44
45
- toolset : gcc-8
45
46
cxxstd : " 11,14,17,2a"
46
- os : ubuntu-20.04
47
+ container : ubuntu:20.04
48
+ os : ubuntu-latest
47
49
install : g++-8-multilib
48
50
address-model : 32,64
49
51
- toolset : gcc-9
50
52
cxxstd : " 11,14,17,2a"
51
- os : ubuntu-20.04
53
+ container : ubuntu:20.04
54
+ os : ubuntu-latest
52
55
install : g++-9-multilib
53
56
address-model : 32,64
54
57
- toolset : gcc-10
@@ -109,25 +112,33 @@ jobs:
109
112
- toolset : clang
110
113
compiler : clang++-8
111
114
cxxstd : " 11,14,17"
112
- os : ubuntu-20.04
115
+ container : ubuntu:20.04
116
+ os : ubuntu-latest
113
117
install : clang-8
114
118
- toolset : clang
115
119
compiler : clang++-9
116
120
cxxstd : " 11,14,17,2a"
117
- os : ubuntu-20.04
121
+ container : ubuntu:20.04
122
+ os : ubuntu-latest
118
123
install : clang-9
119
124
- toolset : clang
120
125
compiler : clang++-10
121
126
cxxstd : " 11,14,17,2a"
122
- os : ubuntu-20.04
127
+ container : ubuntu:20.04
128
+ os : ubuntu-latest
129
+ install : clang-10
123
130
- toolset : clang
124
131
compiler : clang++-11
125
132
cxxstd : " 11,14,17,2a"
126
- os : ubuntu-20.04
133
+ container : ubuntu:20.04
134
+ os : ubuntu-latest
135
+ install : clang-11
127
136
- toolset : clang
128
137
compiler : clang++-12
129
138
cxxstd : " 11,14,17,20"
130
- os : ubuntu-20.04
139
+ container : ubuntu:20.04
140
+ os : ubuntu-latest
141
+ install : clang-12
131
142
- toolset : clang
132
143
compiler : clang++-13
133
144
cxxstd : " 11,14,17,20,2b"
@@ -239,14 +250,6 @@ jobs:
239
250
fail-fast : false
240
251
matrix :
241
252
include :
242
- - toolset : msvc-14.0
243
- cxxstd : 14,latest
244
- addrmd : 32,64
245
- os : windows-2019
246
- - toolset : msvc-14.2
247
- cxxstd : " 14,17,20,latest"
248
- addrmd : 32,64
249
- os : windows-2019
250
253
- toolset : msvc-14.3
251
254
cxxstd : " 14,17,20,latest"
252
255
addrmd : 32,64
@@ -258,7 +261,7 @@ jobs:
258
261
- toolset : gcc
259
262
cxxstd : " 11,14,17,2a"
260
263
addrmd : 64
261
- os : windows-2019
264
+ os : windows-2022
262
265
263
266
runs-on : ${{matrix.os}}
264
267
Original file line number Diff line number Diff line change @@ -11,14 +11,17 @@ branches:
11
11
only :
12
12
- master
13
13
- develop
14
-
14
+
15
15
environment :
16
16
matrix :
17
17
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
18
18
TOOLSET : msvc-14.0
19
19
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
20
20
TOOLSET : msvc-14.1
21
21
CXXSTD : 14,17
22
+ - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
23
+ TOOLSET : msvc-14.2
24
+ CXXSTD : 14,17,20,latest
22
25
23
26
install :
24
27
- cd ..
@@ -34,4 +37,4 @@ build: off
34
37
35
38
test_script :
36
39
- if not "%CXXSTD%" == "" set CXXSTD=cxxstd=%CXXSTD%
37
- - b2 libs/poly_collection/test toolset=%TOOLSET% %CXXSTD%
40
+ - b2 libs/poly_collection/test toolset=%TOOLSET% %CXXSTD%
You can’t perform that action at this time.
0 commit comments