diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0208d792..ecfedf1d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -200,3 +200,13 @@ package:amd64_zesty: # unless all lintian warnings are fixed (#9033) LINTIAN_OPTS: "-X filename-length, --suppress-tags newer-standards-version" <<: *job_definition + +package:amd64_artful: + variables: + ARCH: "amd64" + DIST: "artful" + REPONAMES: "client" + # Default is to fail on warnings, we disable it here + # unless all lintian warnings are fixed (#9033) + LINTIAN_OPTS: "-X filename-length, --suppress-tags newer-standards-version" + <<: *job_definition |