Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ build-job: # This job runs in the build stage, which runs first. image: gekkofs/deps:0.9.4-dev script: - echo "Compiling the code..." - mkdir -p ${BUILD_PATH} ${INSTALL_PATH} - cmake --build ${BUILD_PATH} -j $(nproc) --target install artifacts: paths: Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ build-job: # This job runs in the build stage, which runs first. image: gekkofs/deps:0.9.4-dev script: - echo "Compiling the code..." - mkdir -p ${BUILD_PATH} ${INSTALL_PATH} - cmake --build ${BUILD_PATH} -j $(nproc) --target install artifacts: paths: Loading