From d1a0c6a5cc55602af00c52e7e1b5e3c0caeda9bc Mon Sep 17 00:00:00 2001
From: Remy Prechelt <prechelt@hawaii.edu>
Date: Sun, 12 Jul 2020 22:47:15 -1000
Subject: [PATCH] Ensure spdlog submodule is cloned during CI.

---
 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9328bd1c5..a6c6f65be 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
-- 
GitLab