diff options
| -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" | 
