Skip to content

Commit 5f480ad

Browse files
authored
Add builds on clang-10 and gcc-10 to github actions (#226)
1 parent 9d2a32a commit 5f480ad

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/verify-build.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,15 @@ jobs:
143143
cc-compiler: g++-9
144144
debug: nodebug
145145
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
146155
- test-group: extra
147156
os: ubuntu-18.04
148157
os-type: ubuntu
@@ -206,6 +215,15 @@ jobs:
206215
cc-compiler: clang++-9
207216
debug: nodebug
208217
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
209227
- test-group: extra
210228
os: ubuntu-latest
211229
os-type: ubuntu

0 commit comments

Comments
 (0)