Commit 9d5cd914 authored by Ramon Nou's avatar Ramon Nou
Browse files

Update .gitlab-ci.yml file

parent 9b4e75a5
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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}