update
This commit is contained in:
parent
57de097d2d
commit
be80ca9f91
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
release_job:
|
||||||
|
stage: release
|
||||||
|
image: jammy-dev
|
||||||
|
rules:
|
||||||
|
- if: $CI_COMMIT_TAG
|
||||||
|
script:
|
||||||
|
- tar acf myx-cmake-${CI_COMMIT_TAG}.tar.xz lib backports *.cmake
|
||||||
|
release:
|
||||||
|
tag_name: '$CI_COMMIT_TAG'
|
||||||
|
description: '$CI_COMMIT_TAG'
|
Loading…
Reference in New Issue
Block a user