Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,8 @@ build-job: # This job runs in the build stage, which runs first. - export PATH="/usr/lib/ccache:$PATH" - mkdir -p ${BUILD_PATH} ${INSTALL_PATH} - cd ${BUILD_PATH} - cmake ${CI_PROJECT_DIR} -j $(nproc) --target install - cmake ${CI_PROJECT_DIR} - make -j $(nproc) install artifacts: paths: - ${BUILD_PATH} Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,8 @@ build-job: # This job runs in the build stage, which runs first. - export PATH="/usr/lib/ccache:$PATH" - mkdir -p ${BUILD_PATH} ${INSTALL_PATH} - cd ${BUILD_PATH} - cmake ${CI_PROJECT_DIR} -j $(nproc) --target install - cmake ${CI_PROJECT_DIR} - make -j $(nproc) install artifacts: paths: - ${BUILD_PATH} Loading