From: Alexander Sosedkin Date: Wed, 18 Mar 2026 20:09:28 +0000 (+0100) Subject: .gitlab-ci.yml: store artifacts for fedora-static-analyzers X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=385ccfe98c7c63689065f4ebc9f8ea92ea95ca5f;p=thirdparty%2Fgnutls.git .gitlab-ci.yml: store artifacts for fedora-static-analyzers Signed-off-by: Alexander Sosedkin --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bec280a0aa..36087786e4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 : .