try gitlab pipelines
This commit is contained in:
parent
8a4ac335e8
commit
33f9dde2e5
1 changed files with 13 additions and 0 deletions
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
default-job:
|
||||||
|
script:
|
||||||
|
- make
|
||||||
|
dependencies: []
|
||||||
|
|
||||||
|
release-job:
|
||||||
|
script:
|
||||||
|
- make
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- dist/*.tar.gz
|
||||||
|
only:
|
||||||
|
- tags
|
Loading…
Add table
Add a link
Reference in a new issue