diff options
author | Colin Watson <cjwatson@debian.org> | 2020-02-12 17:42:31 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2020-02-12 17:42:31 +0000 |
commit | ead7103f3338a8f01d863e594994bc0b40ad4edf (patch) | |
tree | c89936223e8221f324d001d6bbb363429eda8238 /debian/.gitlab-ci.yml | |
parent | 1a63a1f655fc2f2abb95bbb12351b8389ef730a5 (diff) |
Add .gitlab-ci.yml
Diffstat (limited to 'debian/.gitlab-ci.yml')
-rw-r--r-- | debian/.gitlab-ci.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/.gitlab-ci.yml b/debian/.gitlab-ci.yml new file mode 100644 index 0000000..76ce17f --- /dev/null +++ b/debian/.gitlab-ci.yml | |||
@@ -0,0 +1,12 @@ | |||
1 | image: registry.gitlab.com/eighthave/ci-image-git-buildpackage:latest | ||
2 | |||
3 | build: | ||
4 | artifacts: | ||
5 | paths: | ||
6 | - "*.deb" | ||
7 | expire_in: 1 day | ||
8 | script: | ||
9 | - gitlab-ci-git-buildpackage-all | ||
10 | except: | ||
11 | variables: | ||
12 | - $CI_COMMIT_TAG != null | ||