summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-24 04:48:19 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-24 04:48:19 +0000
commit3e4bc2e5fc90a472e855eb32996116feac9751ce (patch)
tree0dfaa934a1e2ceff216dc928baf5666854e7ac2e /.gitlab-ci.yml
parentReleasing progress-linux version 0.1.33-0.0~progress7.99u1. (diff)
downloaddebputy-3e4bc2e5fc90a472e855eb32996116feac9751ce.tar.xz
debputy-3e4bc2e5fc90a472e855eb32996116feac9751ce.zip
Merging upstream version 0.1.34.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c0c5ccf..d6cf11d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -214,8 +214,13 @@ debputy-lint:
stage: ci-test
image: debian:sid-slim
script:
- - apt-get update -qq && apt-get -qq build-dep --no-install-recommends --yes .
+ - apt-get update -qq && apt-get -qq build-dep --no-install-recommends --yes . && apt-get -qq install --yes python3-levenshtein python3-junit.xml
+ - PERL5LIB=lib ./debputy.sh lint --lint-report-format=junit4-xml --report-output debputy-lint-report.xml
+ # Mostly just for the validation that --spellcheck does not crash
- PERL5LIB=lib ./debputy.sh lint --spellcheck
except:
variables:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
+ artifacts:
+ reports:
+ junit: debputy-lint-report.xml