Skip to content
Snippets Groups Projects
Commit 0f1d255f authored by Daniel Vonk's avatar Daniel Vonk Committed by Daniel Vonk
Browse files

Reduce cores used when compiling CI

Complilation seemed to be getting killed by the OOM manager
parent 88e55018
No related branches found
No related tags found
2 merge requests!19Merge develop into main,!13Add CI System to Sassena and Modernize Build-System
......@@ -27,7 +27,7 @@ build-job: # This job runs in the build stage, which runs first.
script:
- cmake --preset=ci .
- cd /builds/DAPHNE4NFDI/build
- ninja
- ninja -j2
unit-test-job: # This job runs in the test stage.
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