From 636cc890ee7f584c80cddf3b9c212a13462ae272 Mon Sep 17 00:00:00 2001 From: Varac Date: Thu, 26 Oct 2017 14:21:40 +0200 Subject: Build ubuntu artful package --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3