diff options
| author | Varac <varac@leap.se> | 2017-08-28 23:41:29 +0200 | 
|---|---|---|
| committer | Varac <varac@leap.se> | 2017-08-28 23:41:29 +0200 | 
| commit | eab5dcf32e419dd1e6fdc9915bb55df372d2ebd4 (patch) | |
| tree | c90414eb92cc09f0adc5d25a9c5bb20d4470957e | |
| parent | fa8643f1ac4fd966ef9e02fa6988052988012630 (diff) | |
Build for stretch and zesty, and for client repo as well
| -rw-r--r-- | .gitlab-ci.yml | 30 | 
1 files changed, 20 insertions, 10 deletions
| diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e3a8ce..94cf7ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,18 +30,28 @@ package:amd64_jessie:    variables:      ARCH: "amd64"      DIST: "jessie" -    REPONAMES: "platform" +    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_stretch: -#  variables: -#    ARCH: "amd64" -#    DIST: "stretch" -#    REPONAMES: "platform" -#    # 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_stretch: +  variables: +    ARCH: "amd64" +    DIST: "stretch" +    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" +    DIST: "zesty" +    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 | 
