File tree Expand file tree Collapse file tree 2 files changed +23
-17
lines changed Expand file tree Collapse file tree 2 files changed +23
-17
lines changed Original file line number Diff line number Diff line change 7
7
- master
8
8
- develop
9
9
- feature/**
10
+ - fix/**
10
11
11
12
env :
12
13
UBSAN_OPTIONS : print_stacktrace=1
@@ -37,17 +38,20 @@ jobs:
37
38
address-model : 32,64
38
39
- toolset : gcc-7
39
40
cxxstd : " 11,14,17"
40
- os : ubuntu-20.04
41
+ container : ubuntu:20.04
42
+ os : ubuntu-latest
41
43
install : g++-7-multilib
42
44
address-model : 32,64
43
45
- toolset : gcc-8
44
46
cxxstd : " 11,14,17,2a"
45
- os : ubuntu-20.04
47
+ container : ubuntu:20.04
48
+ os : ubuntu-latest
46
49
install : g++-8-multilib
47
50
address-model : 32,64
48
51
- toolset : gcc-9
49
52
cxxstd : " 11,14,17,2a"
50
- os : ubuntu-20.04
53
+ container : ubuntu:20.04
54
+ os : ubuntu-latest
51
55
install : g++-9-multilib
52
56
address-model : 32,64
53
57
- toolset : gcc-10
@@ -108,25 +112,33 @@ jobs:
108
112
- toolset : clang
109
113
compiler : clang++-8
110
114
cxxstd : " 11,14,17"
111
- os : ubuntu-20.04
115
+ container : ubuntu:20.04
116
+ os : ubuntu-latest
112
117
install : clang-8
113
118
- toolset : clang
114
119
compiler : clang++-9
115
120
cxxstd : " 11,14,17,2a"
116
- os : ubuntu-20.04
121
+ container : ubuntu:20.04
122
+ os : ubuntu-latest
117
123
install : clang-9
118
124
- toolset : clang
119
125
compiler : clang++-10
120
126
cxxstd : " 11,14,17,2a"
121
- os : ubuntu-20.04
127
+ container : ubuntu:20.04
128
+ os : ubuntu-latest
129
+ install : clang-10
122
130
- toolset : clang
123
131
compiler : clang++-11
124
132
cxxstd : " 11,14,17,2a"
125
- os : ubuntu-20.04
133
+ container : ubuntu:20.04
134
+ os : ubuntu-latest
135
+ install : clang-11
126
136
- toolset : clang
127
137
compiler : clang++-12
128
138
cxxstd : " 11,14,17,20"
129
- os : ubuntu-20.04
139
+ container : ubuntu:20.04
140
+ os : ubuntu-latest
141
+ install : clang-12
130
142
- toolset : clang
131
143
compiler : clang++-13
132
144
cxxstd : " 11,14,17,20,2b"
@@ -238,14 +250,6 @@ jobs:
238
250
fail-fast : false
239
251
matrix :
240
252
include :
241
- - toolset : msvc-14.0
242
- cxxstd : 14,latest
243
- addrmd : 32,64
244
- os : windows-2019
245
- - toolset : msvc-14.2
246
- cxxstd : " 14,17,20,latest"
247
- addrmd : 32,64
248
- os : windows-2019
249
253
- toolset : msvc-14.3
250
254
cxxstd : " 14,17,20,latest"
251
255
addrmd : 32,64
@@ -257,7 +261,7 @@ jobs:
257
261
- toolset : gcc
258
262
cxxstd : " 11,14,17,2a"
259
263
addrmd : 64
260
- os : windows-2019
264
+ os : windows-2022
261
265
262
266
runs-on : ${{matrix.os}}
263
267
Original file line number Diff line number Diff line change 7
7
#
8
8
# See http://www.boost.org/libs/flyweight for library home page.
9
9
10
+ import testing ;
11
+
10
12
project
11
13
: requirements
12
14
<library>/boost/flyweight//boost_flyweight
You can’t perform that action at this time.
0 commit comments