-
Notifications
You must be signed in to change notification settings - Fork 283
Add tests for gcc-9 and clang-13 #527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #527 +/- ##
=======================================
Coverage 95.71% 95.71%
=======================================
Files 23 23
Lines 3315 3315
Branches 610 609 -1
=======================================
Hits 3173 3173
Misses 69 69
Partials 73 73
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
e3d1f2d
to
02a5661
Compare
- Switch for gcc-8 and clang-10 to ubuntu:20.04. - Install python3.7 as default python3 only for ubuntu:18.04. - Use python3 to load pip after setting default python3.
@latk I've checked the available versions, shall we extend the tests also with |
9af2634
to
ef3c8b7
Compare
Add test for
gcc-9
, the reference is copied fromgcc-8
. The new version of gcc is only available for ubuntu 20.04, therefore the creation of the docker image is adapted. I also switched to the new ubuntu forgcc-8
andclang-10
.This is needed to start work on #282.