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:
parent
1a4d2ff726
commit
7b8b636d37
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue