From: Jacob Lifshay Date: Mon, 6 Apr 2020 00:39:30 +0000 (-0700) Subject: add git submodules to CI X-Git-Tag: div_pipeline~1440^2~5 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aaca28cb84be704886e69ef74a737a63928b2e38;p=soc.git add git submodules to CI --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 55a25192..d077f476 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,9 @@ cache: paths: - ccache +variables: + GIT_SUBMODULE_STRATEGY: recursive + build: stage: build before_script: