cppcheck
cppcheck copied to clipboard
Add valgrind run for cppcheck / self-check
See https://github.com/danmar/cppcheck/pull/3017
FYI valgrind errors will currently not fail the build because of a bug in the ThreadExecutor. I am preparing a PR. See https://github.com/danmar/cppcheck/pull/3023
@firewave I think the full self-check in sync with other builds is way too slow...
@firewave I think the full self-check in sync with other builds is way too slow...
We should at least have the full job together so we can either trigger it manually or on a schedule for now - https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#onschedule
If it is working and we know how long it takes we can still optimize and/or integrate a subset into the triggered build - like just running the testrunner
.