diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a1fc214..17b740d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,18 @@ image: repo.n64.cc:443/nosial/ncc:latest stages: + - prepare - build - publish variables: PACKAGE_NAME: $CI_COMMIT_REF_NAME +prepare: + stage: prepare + script: + - ncc project install + build: stage: build script: diff --git a/.idea/runConfigurations/Install.xml b/.idea/runConfigurations/Install.xml deleted file mode 100644 index 1fb616b..0000000 --- a/.idea/runConfigurations/Install.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - \ No newline at end of file