summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2021-06-06 23:48:42 +0200
committerTim Rühsen <tim.ruehsen@gmx.de>2021-06-06 23:48:42 +0200
commit89fc8d84b7a0fa83496a4c8f8a531f5720d26e13 (patch)
treee8a2a798befc7d8b9f13400039488b30028bf2ba /.gitlab-ci.yml
parenta0e0965d1e3dd6ca7d114022105efa42dc1090b2 (diff)
downloadwget-89fc8d84b7a0fa83496a4c8f8a531f5720d26e13.tar.gz
* .gitlab-ci.yml: Move scan-build results to parent directory
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5eff4819..06e66292 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -334,7 +334,7 @@ Scan-Build:
- scan-build ./configure $CONFIGURE_BASE_FLAGS --cache-file ../cache/config.cache
- make -C lib -j$(nproc)
- make -C src css_.o
- - scan-build -v -enable-checker nullability --keep-empty --status-bugs -o scan-build make -j$(nproc)
+ - scan-build -v -enable-checker nullability --keep-empty --status-bugs -o ../scan-build make -j$(nproc)
tags:
- shared
- linux
@@ -348,7 +348,7 @@ Scan-Build:
expire_in: 2 weeks
when: on_failure
paths:
- - wget-*/scan-build/*
+ - scan-build/
CoverageReports:
stage: test-from-tarball