IAP GITLAB

Skip to content
Snippets Groups Projects
Commit d1a0c6a5 authored by Remy Prechelt's avatar Remy Prechelt Committed by Ralf Ulrich
Browse files

Ensure spdlog submodule is cloned during CI.

parent e2c00791
No related branches found
No related tags found
2 merge requests!234WIP: Initial example of python as script language from C++,!223Complete rework of logging using spdlog
......@@ -2,6 +2,7 @@ variables:
GIT_STRATEGY: fetch
GIT_SSL_NO_VERIFY: "1"
GIT_DEPTH: 1
GIT_SUBMODULE_STRATEGY: recursive
# to re-use clones also in different forks
GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_CONCURRENT_ID/$CI_PROJECT_NAME
## Runtime options for sanitizers
......@@ -22,6 +23,11 @@ variables:
# Mote: "WIP:" merge request, non-WIP merge requests and "Ready for Code Review" MR are all
# handled explicitly
#
# normal multi-step pipeline for each commit
stages:
- quality
- config
......
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