Updated .gitlab-ci.yml
This commit is contained in:
parent
de83f53a2d
commit
018918b4e9
1 changed files with 6 additions and 5 deletions
|
@ -18,15 +18,16 @@ before_script:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
script:
|
script:
|
||||||
- make redist
|
- make tar
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH
|
- if: $CI_COMMIT_BRANCH
|
||||||
|
|
||||||
release:
|
release:
|
||||||
script:
|
script:
|
||||||
- make redist
|
- make tar
|
||||||
|
- mv build/build.tar.gz build/ncc_$CI_COMMIT_TAG.tar.gz
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build/src
|
- build/ncc_$CI_COMMIT_TAG.tar.gz
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG
|
Loading…
Add table
Reference in a new issue