Update .gitlab-ci.yml to simplify build stage

Removed the 'ncc project install' script from the build stage in the '.gitlab-ci.yml'. Debugging showed it was not necessary for the building process when not building statically
This commit is contained in:
Netkas 2023-10-11 18:38:48 -04:00
parent 1a4d2ff726
commit 7b8b636d37
No known key found for this signature in database
GPG key ID: 5DAF58535614062B

View file

@ -11,7 +11,6 @@ variables:
build:
stage: build
script:
- ncc project install
- ncc build --config release --log-level debug -o "build/release/net.nosial.loglib.ncc"
artifacts:
paths: