add git submodules to CI
[soc.git] / .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: