From eab5dcf32e419dd1e6fdc9915bb55df372d2ebd4 Mon Sep 17 00:00:00 2001 From: Varac Date: Mon, 28 Aug 2017 23:41:29 +0200 Subject: Build for stretch and zesty, and for client repo as well --- .gitlab-ci.yml | 30 ++++++++++++++++++++---------- 1 file 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 -- cgit v1.2.3