diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2018-08-18 10:14:48 +0000 |
---|---|---|
committer | Federico Ceratto <federico.ceratto@gmail.com> | 2018-08-18 10:14:48 +0000 |
commit | cdc2b025c6ae903b63437b1d1dbcd9899b7e8024 (patch) | |
tree | 755a62f18edd9c31f2bbfe2fa088c8b1adc1143a | |
parent | Adding patch from Sander Klein <debian-bugs@roedie.nl> to fix the python conf... (diff) | |
download | netdata-cdc2b025c6ae903b63437b1d1dbcd9899b7e8024.tar.xz netdata-cdc2b025c6ae903b63437b1d1dbcd9899b7e8024.zip |
Add CI conf
-rw-r--r-- | debian/gitlab-ci.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml new file mode 100644 index 000000000..acf55136a --- /dev/null +++ b/debian/gitlab-ci.yml @@ -0,0 +1,10 @@ +image: registry.gitlab.com/eighthave/ci-image-git-buildpackage:latest + +pages: + stage: deploy + artifacts: + paths: + - "*.deb" + script: + - gitlab-ci-git-buildpackage-all + - gitlab-ci-aptly |