cppcheck icon indicating copy to clipboard operation
cppcheck copied to clipboard

Add valgrind run for cppcheck / self-check

Open amai2012 opened this issue 4 years ago • 4 comments

amai2012 avatar Jan 07 '21 12:01 amai2012

See https://github.com/danmar/cppcheck/pull/3017

amai2012 avatar Jan 07 '21 12:01 amai2012

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 avatar Jan 07 '21 13:01 firewave

@firewave I think the full self-check in sync with other builds is way too slow...

amai2012 avatar Jan 18 '21 16:01 amai2012

@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.

firewave avatar Mar 31 '21 11:03 firewave