Updated .gitlab-ci.yml
This commit is contained in:
parent
296d24870b
commit
fad7297532
1 changed files with 5 additions and 4 deletions
|
@ -24,10 +24,11 @@ build:
|
||||||
|
|
||||||
release:
|
release:
|
||||||
script:
|
script:
|
||||||
- make tar
|
- make redist
|
||||||
- mv build/build.tar.gz build/ncc_$CI_COMMIT_TAG.tar.gz
|
- mkdir ncc_$CI_COMMIT_TAG
|
||||||
|
- cp -r build/src/* ncc_$CI_COMMIT_TAG/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build/ncc_$CI_COMMIT_TAG.tar.gz
|
- ncc_$CI_COMMIT_TAG/
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG
|
Loading…
Add table
Reference in a new issue