Commit 8a856da1 authored by Ramon Nou's avatar Ramon Nou
Browse files

Update .gitlab-ci.yml file

parent 6af67f74
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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: