diff options
Diffstat (limited to 'debian/.gitlab-ci.yml')
-rw-r--r-- | debian/.gitlab-ci.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/.gitlab-ci.yml b/debian/.gitlab-ci.yml new file mode 100644 index 000000000..845003caf --- /dev/null +++ b/debian/.gitlab-ci.yml | |||
@@ -0,0 +1,9 @@ | |||
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 | ||