diff options
author | Micah Anderson <micah@riseup.net> | 2018-05-10 15:33:03 +0200 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2018-05-10 15:33:03 +0200 |
commit | 3684f8398830fc189eef6114f4b4ca3c2613dbaa (patch) | |
tree | 85773ff45fdb63b167477fe28fddfc91c1d12603 /.gitlab-ci.yml | |
parent | 819870642d1a783208d78156e802c1ad15b73321 (diff) |
[pkg] add bionic package build
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f3e05a1a..127af8c0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -260,3 +260,14 @@ package:amd64_artful: # unless all lintian warnings are fixed (#9033) LINTIAN_OPTS: "-X filename-length, --suppress-tags newer-standards-version" <<: *job_definition + +package:amd64_bionic: + variables: + ARCH: "amd64" + DIST: "bionic" + 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 + |