try gitlab pipelines

This commit is contained in:
Sebastian Hugentobler 2019-06-11 07:11:41 +02:00
parent 8a4ac335e8
commit 33f9dde2e5

13
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,13 @@
default-job:
script:
- make
dependencies: []
release-job:
script:
- make
artifacts:
paths:
- dist/*.tar.gz
only:
- tags