We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d2a32a commit 5f480adCopy full SHA for 5f480ad
1 file changed
.github/workflows/verify-build.yml
@@ -143,6 +143,15 @@ jobs:
143
cc-compiler: g++-9
144
debug: nodebug
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
155
- test-group: extra
156
os: ubuntu-18.04
157
os-type: ubuntu
@@ -206,6 +215,15 @@ jobs:
206
215
cc-compiler: clang++-9
207
216
208
217
218
219
220
221
222
+ compiler-family: clang
223
+ c-compiler: clang-10
224
+ cc-compiler: clang++-10
225
226
209
227
210
228
os: ubuntu-latest
211
229
0 commit comments