From 7b8b636d37e6db59a7a63b3bd23014ad749b7a22 Mon Sep 17 00:00:00 2001 From: Netkas Date: Wed, 11 Oct 2023 18:38:48 -0400 Subject: [PATCH] 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 --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3d6e8d..d110d70 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: