try gitlab pipelines
This commit is contained in:
parent
8a4ac335e8
commit
33f9dde2e5
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…
Reference in New Issue
Block a user