chore: fix stages
This commit is contained in:
parent
6420b9bfed
commit
b5c7d08e57
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,7 @@ before_script:
|
||||||
- cd .. && rm -rf ncc
|
- cd .. && rm -rf ncc
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
stage: build
|
||||||
script:
|
script:
|
||||||
- ncc build --config release --log-level debug
|
- ncc build --config release --log-level debug
|
||||||
artifacts:
|
artifacts:
|
||||||
|
@ -41,6 +42,7 @@ build:
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH
|
- if: $CI_COMMIT_BRANCH
|
||||||
test:
|
test:
|
||||||
|
stage: test
|
||||||
script:
|
script:
|
||||||
- ncc package install --package="build/net.nosial.configlib.ncc" --reinstall -y --log-level debug
|
- ncc package install --package="build/net.nosial.configlib.ncc" --reinstall -y --log-level debug
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue