diff options
author | Varac <varac@leap.se> | 2017-09-20 11:33:14 +0200 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-09-20 11:33:14 +0200 |
commit | b0bec3e66673ea21a1d606d0c1ff43bd6ea8ced1 (patch) | |
tree | 0d39412657268770f67e30ba771ca7e95aa80b67 | |
parent | eab5dcf32e419dd1e6fdc9915bb55df372d2ebd4 (diff) |
Build package for debian buster
-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 94cf7ec..26a60a0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,6 +46,17 @@ package:amd64_stretch: LINTIAN_OPTS: "-X filename-length" <<: *job_definition +package:amd64_buster: + variables: + ARCH: "amd64" + DIST: "buster" + REPONAMES: "platform,client" + # Default is to fail on warnings, we disable it here + # unless the lintian warnings are fixed (see #2) + LINTIAN_OPTS: "-X filename-length" + <<: *job_definition + + package:amd64_zesty: variables: ARCH: "amd64" |