summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-08-28 22:30:18 +0200
committerKali Kaneko <kali@leap.se>2017-08-30 17:25:11 -0400
commit7b9154673f3c6bd6f840edd249041e1c162814b6 (patch)
tree2bb92724297c7217ddb8b245d2ff25e95ae59ddb /.gitlab-ci.yml
parentf49d6a22304faec964f38df0c997ea486be30087 (diff)
[pkg] Packages for ubuntu zesty + debian stretch
- Upload to client repo as well
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml30
1 files changed, 20 insertions, 10 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 83551e32..0934891e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -99,18 +99,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 a manpage is included (see #8895)
+ 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 a manpage is included (see #8895)
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 a manpage is included (see #8895)
-# 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 a manpage is included (see #8895)
+ LINTIAN_OPTS: "-X filename-length"
+ <<: *job_definition