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

Update gitlab-ci.yml

parent 3fa9042c
No related branches found
No related tags found
2 merge requests!19Merge develop into main,!13Add CI System to Sassena and Modernize Build-System
......@@ -24,8 +24,9 @@ stages: # List of stages for jobs, and their order of execution
build-job: # This job runs in the build stage, which runs first.
stage: build
script:
- echo "Compiling the code..."
- echo "Compile complete."
- cmake --preset=ci .
- cd build
- ninja
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