File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -42,15 +42,19 @@ jobs:
42
42
- toolset : gcc-8
43
43
cxxstd : " 03,11,14,17,2a"
44
44
os : ubuntu-18.04
45
+ install : g++-8
45
46
- toolset : gcc-9
46
47
cxxstd : " 03,11,14,17,2a"
47
48
os : ubuntu-18.04
48
49
- toolset : gcc-10
49
50
cxxstd : " 03,11,14,17,2a"
50
51
os : ubuntu-18.04
52
+ - toolset : gcc-11
53
+ cxxstd : " 03,11,14,17,2a"
54
+ os : ubuntu-18.04
51
55
- toolset : clang
52
56
compiler : clang++-3.5
53
- cxxstd : " 03,11,14 "
57
+ cxxstd : " 03,11"
54
58
os : ubuntu-16.04
55
59
install : clang-3.5
56
60
- toolset : clang
87
91
compiler : clang++-6.0
88
92
cxxstd : " 03,11,14,17"
89
93
os : ubuntu-18.04
94
+ install : clang-6.0
90
95
- toolset : clang
91
96
compiler : clang++-7
92
97
cxxstd : " 03,11,14,17"
@@ -96,14 +101,24 @@ jobs:
96
101
compiler : clang++-8
97
102
cxxstd : " 03,11,14,17,2a"
98
103
os : ubuntu-20.04
104
+ install : clang-8
99
105
- toolset : clang
100
106
compiler : clang++-9
101
107
cxxstd : " 03,11,14,17,2a"
102
108
os : ubuntu-20.04
109
+ install : clang-9
103
110
- toolset : clang
104
111
compiler : clang++-10
105
112
cxxstd : " 03,11,14,17,2a"
106
113
os : ubuntu-20.04
114
+ - toolset : clang
115
+ compiler : clang++-11
116
+ cxxstd : " 03,11,14,17,2a"
117
+ os : ubuntu-20.04
118
+ - toolset : clang
119
+ compiler : clang++-12
120
+ cxxstd : " 03,11,14,17,2a"
121
+ os : ubuntu-20.04
107
122
- toolset : clang
108
123
cxxstd : " 03,11,14,17,2a"
109
124
os : macos-10.15
You can’t perform that action at this time.
0 commit comments