Update parts of the CI #43
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
More recent GCC and clang compilers include new warnings and support the C++17 standard. Those compilers are now included in the CI using the debian-bullseye-compilers image generated by banditcpp/build-environments@3a03969.
Also, GitHub Actions has been introduced. I do not see that it makes sense to switch from Travis CI or AppVeyor to GitHub Actions at this point of time. There is however one exception: The coding style check is now performed by the DoozyX/clang-format-lint-action@80fe5c6 action instead of my own custom script.