summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml30
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