diff options
author | Varac <varac@leap.se> | 2017-10-26 14:21:40 +0200 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-10-26 14:21:40 +0200 |
commit | 636cc890ee7f584c80cddf3b9c212a13462ae272 (patch) | |
tree | 43470924c1c20a2ee45cc44c43d6374e3ea02693 | |
parent | fac16ace0ca819ab781105fd4afb1c9c06b620aa (diff) |
Build ubuntu artful package
-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 |