Commit 8853df3f authored by Thomas Ives's avatar Thomas Ives
Browse files

.gitlab-ci.yml: Set GIT_SUBMODULE_STRATEGY

Now that we are using submodules, we need to tell the gitlab CI that we
have to clone recursively.
parent e60ede4f
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ variables:
    TANGO_PATH: ${DEPS_PATH}/${LIBTANGO}
    DEBIAN_FRONTEND: noninteractive
    CMAKE_BUILD_TYPE: Debug
    GIT_SUBMODULE_STRATEGY: recursive

# See: https://docs.gitlab.com/ce/ci/yaml/README.html#workflowrules-templates
workflow: