add git submodules to CI
authorJacob Lifshay <programmerjake@gmail.com>
Mon, 6 Apr 2020 00:39:30 +0000 (17:39 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Mon, 6 Apr 2020 00:39:30 +0000 (17:39 -0700)
.gitlab-ci.yml

index 55a251928cac5019010ec5704273f15ae7968542..d077f4765183386ff5018be38e92427eb4337988 100644 (file)
@@ -4,6 +4,9 @@ cache:
     paths:
         - ccache
 
+variables:
+    GIT_SUBMODULE_STRATEGY: recursive
+
 build:
     stage: build
     before_script: