diff options
author | Varac <varac@leap.se> | 2017-10-26 13:47:20 +0200 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-10-26 13:50:03 +0200 |
commit | 3ddea6d54a7357ccca64ee932b9f526bdbee7629 (patch) | |
tree | 8418e6306898a1a2947e5fc4b8fb71d46c8342e1 | |
parent | 2f6b89f358f36a67d0ca1b37b2014d21cf1fbd16 (diff) |
Build ubuntu artful package
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26a60a0..fe640c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,3 +66,10 @@ package:amd64_zesty: # unless the lintian warnings are fixed (see #2) LINTIAN_OPTS: "-X filename-length" <<: *job_definition + +package:amd64_artful: + variables: + ARCH: "amd64" + DIST: "artful" + REPONAMES: "platform,client" + <<: *job_definition |