File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,15 @@ jobs:
143
143
cc-compiler : g++-9
144
144
debug : nodebug
145
145
coverage : nocoverage
146
+ - test-group : extra
147
+ os : ubuntu-latest
148
+ os-type : ubuntu
149
+ build-type : none
150
+ compiler-family : gcc
151
+ c-compiler : gcc-10
152
+ cc-compiler : g++-10
153
+ debug : nodebug
154
+ coverage : nocoverage
146
155
- test-group : extra
147
156
os : ubuntu-18.04
148
157
os-type : ubuntu
@@ -206,6 +215,15 @@ jobs:
206
215
cc-compiler : clang++-9
207
216
debug : nodebug
208
217
coverage : nocoverage
218
+ - test-group : extra
219
+ os : ubuntu-latest
220
+ os-type : ubuntu
221
+ build-type : none
222
+ compiler-family : clang
223
+ c-compiler : clang-10
224
+ cc-compiler : clang++-10
225
+ debug : nodebug
226
+ coverage : nocoverage
209
227
- test-group : extra
210
228
os : ubuntu-latest
211
229
os-type : ubuntu
You can’t perform that action at this time.
0 commit comments