[master] fe3fc28f2 coverity: Try weekly builds via Github Actions

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Jan 31 08:00:09 UTC 2022


commit fe3fc28f27c68e58aea86490431f66ff87314014
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon Jan 31 08:57:58 2022 +0100

    coverity: Try weekly builds via Github Actions

diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
new file mode 100644
index 000000000..e2b1b1a24
--- /dev/null
+++ b/.github/workflows/coverity.yml
@@ -0,0 +1,17 @@
+name: Coverity Scan
+
+on:
+  schedule:
+    - cron: '0 10 * * MON'
+
+jobs:
+  coverity:
+    runs-on: ubuntu-latest
+    steps:
+    - uses: actions/checkout at v2
+    - run: ./configure --with-persistent-storage
+    - uses: vapier/coverity-scan-action at v0
+      with:
+        project: varnishcache%2Fvarnish-cache
+        email: varnish-dev at varnish-cache.org
+        build_language: c


More information about the varnish-commit mailing list