Commit graph

7 commits

Author SHA1 Message Date
Björn Svensson 58d8b0c028 Use coverity-scan-action in CI
Simplifies the CI job and adds a cache to avoid downloading the 1GB+
tool archive on every run.
See: https://github.com/vapier/coverity-scan-action

Only run this job when a commit is pushed to the default branch 2.0
(like when a PR is merged) since the required Coverity token/secret
is not available when this job is triggered by forks.
2023-10-23 10:35:38 +02:00
Yo-An Lin b6639e557f
Update coverity.yml 2022-08-24 16:05:06 +08:00
Yo-An Lin c8123430a9
remove coverity env var since it is not working 2022-07-21 00:41:08 +08:00
Yo-An Lin 25cc816025
Fix coverity token variable (#151) 2022-07-20 13:08:42 +02:00
Björn Svensson cfed420cd3 Add Coverity Scan to CI 2021-11-10 22:20:34 +01:00
Björn Svensson b44f052897 Use recommended Coveralls GitHub action in CI 2021-10-19 11:18:53 +02:00
Björn Svensson 79a3bc7c50 Add CI via Github Actions
This is an initial setup with similarities to how we test
via TravisCI; build via autotools and build via cmake.
Additional testmatrix for sanitizer testing.
2021-10-18 09:08:42 +02:00