]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: store artifacts for fedora-static-analyzers 2084/head
authorAlexander Sosedkin <asosedkin@redhat.com>
Wed, 18 Mar 2026 20:09:28 +0000 (21:09 +0100)
committerAlexander Sosedkin <asosedki@redhat.com>
Mon, 22 Jun 2026 14:38:32 +0000 (14:38 +0000)
Signed-off-by: Alexander Sosedkin <asosedkin@redhat.com>
.gitlab-ci.yml

index bec280a0aa248b14a4d490c101a4ee658a71e939..36087786e47fa9dd19c52815b9b9ebac574b5534 100644 (file)
@@ -517,6 +517,11 @@ fedora-static-analyzers/build:
     - make -j$BUILDJOBS -C src/gl
     - scan-build --status-bugs -o scan-build-lib make -j$BUILDJOBS -C src
   #TODO originally, after_script was set to "/bin/true".. is there a reason not to create the cache?
+  artifacts:
+    expire_in: 1 week
+    when: on_failure
+    paths:
+      - scan-build-lib
 
 # FIXME: we disable this, as cppcheck currently hangs at the usage of
 # Gnulib's <intprops.h>: <https://trac.cppcheck.net/ticket/10192>.