Commit 3e51293b authored by Ramon Nou's avatar Ramon Nou
Browse files

Update .gitlab-ci.yml file

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