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

Add submodule step to CI

parent 3ec600b7
No related branches found
No related tags found
2 merge requests!19Merge develop into main,!17Add CUDA backend
......@@ -26,6 +26,7 @@ build-job: # This job runs in the build stage, which runs first.
stage: build
image: $CI_REGISTRY/daphne4nfdi/sassena:latest
script:
- git submodule update --init --recursive
- cmake --preset=ci .
- cd build-ci
- ninja -j3
......
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