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