chore: fix stages

This commit is contained in:
badPointer 2024-09-17 19:17:51 +00:00
parent 6420b9bfed
commit b5c7d08e57

View file

@ -33,6 +33,7 @@ before_script:
- cd .. && rm -rf ncc
build:
stage: build
script:
- ncc build --config release --log-level debug
artifacts:
@ -41,6 +42,7 @@ build:
rules:
- if: $CI_COMMIT_BRANCH
test:
stage: test
script:
- ncc package install --package="build/net.nosial.configlib.ncc" --reinstall -y --log-level debug