summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2023-02-17 21:39:53 +0100
committerJens Georg <mail@jensge.org>2023-02-17 21:41:56 +0100
commit74b07819e8ed6a159eda906f06b1e0d45225f069 (patch)
tree1b9c90e7ed10c4dce7a236e3144f4c7990892fb2
parentb1a753fe32f477cab0c8317fc5c2b16e161ac40b (diff)
downloadgupnp-74b07819e8ed6a159eda906f06b1e0d45225f069.tar.gz
Revert "ci: Make scan-build fail the job"
scan-build currently does not neem to handle g_autofree very well... This reverts commit deb28a4d96922d9c68ce96743f1016c7ab9ebd59.
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b13b458..791b125 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -189,6 +189,7 @@ static-scan:
artifacts:
paths:
- _scan_build/meson-logs
+ allow_failure: true
after_script:
- .gitlab-ci/scanbuild-plist-to-junit.py _scan_build/meson-logs/scanbuild/ > _scan_build/junit-scan-build.xml
artifacts: