Skip to content
Snippets Groups Projects
Commit 3efbda45 authored by Daniel Vonk's avatar Daniel Vonk
Browse files

Reduce cores used when compiling CI

Complilation seemed to be getting killed by the OOM manager
parent 339e787e
No related branches found
No related tags found
No related merge requests found
Pipeline #369028 passed
...@@ -27,7 +27,7 @@ build-job: # This job runs in the build stage, which runs first. ...@@ -27,7 +27,7 @@ build-job: # This job runs in the build stage, which runs first.
script: script:
- cmake --preset=ci . - cmake --preset=ci .
- cd /builds/DAPHNE4NFDI/build - cd /builds/DAPHNE4NFDI/build
- ninja - ninja -j2
unit-test-job: # This job runs in the test stage. unit-test-job: # This job runs in the test stage.
stage: test # It only starts when the job in the build stage completes successfully. stage: test # It only starts when the job in the build stage completes successfully.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment