Commit Graph

15 Commits

Author SHA1 Message Date
Oliver Stöneberg 2f62e9d316
mitigated several compiler warnings / suppress compiler warnings in CI where we don't care about them (#5497)
There's no need to generate any warnings in the CI unless we react on
them.
2023-10-09 12:25:56 +02:00
Oliver Stöneberg bf5e63300e
avoid duplicated workflow invocations for pushes in PRs made from root repository branches (#5377)
This will prevent duplicated workflows from being invoked for pushes
into pull requests made from branches in the root (`danmar`) repository
branches.
2023-09-01 18:52:20 +02:00
Oliver Stöneberg 7876e1064f
valgrind.yml: actually fail the workflow when an error is detected (#4716) 2023-01-18 17:01:26 +01:00
Oliver Stöneberg aab3d30e4c
valgrind.yml: use `debuginfod-find` instead of manually installing packages (#4685) 2023-01-07 23:31:22 +01:00
Oliver Stöneberg ca9747cf7d
address most Node.js 12 deprecation warnings in GitHub workflows (#4546) 2022-10-11 19:50:59 +02:00
Oliver Stöneberg cb095835e0
fixed `valgrind` workflow (#4537) 2022-10-05 22:05:08 +02:00
Oliver Stöneberg 73cf54a333
re-enabled valgrind in CI (#4516) 2022-09-29 22:00:08 +02:00
Oliver Stöneberg 18db69c078
enabled Boost usage in optimized CI builds (#4512) 2022-09-27 18:49:18 +02:00
Oliver Stöneberg 070bae871a
use `ccache` for Linux gcc make CI builds (#4411) 2022-09-03 21:21:24 +02:00
Oliver Stöneberg cf1271889a
reduced permissions of GitHub actions (#4403) 2022-08-26 23:25:07 +02:00
Oliver Stöneberg 703396e549
use `ubuntu-22.04` as main/base distro in CI (#4129) 2022-05-31 19:55:57 +02:00
Paul Fultz II eefa04c7af
Disable valgrind on CI (#4137)
* Disable valgrind on CI

* Use workflow dispatch
2022-05-25 21:36:59 +02:00
Daniel Marjamäki 8f386e15fd Remove bug hunting. This feature will be provided in Cppcheck premium. 2022-04-11 07:31:33 +02:00
Oliver Stöneberg 2cecec274a
valgrind.yml: added workaround for expired dbgsym release key (#3178) 2021-03-21 22:25:57 +01:00
amai2012 e085d851c0
Add Valgrind CI action (#2921)
For now only few testsuites are included. More should be added later.
2020-12-07 08:41:25 +01:00