gitlab: use recursive submodule clones

This commit is contained in:
Danny Robson 2018-06-20 12:45:39 +10:00
parent 0a61a64174
commit eb1b0de4c2

View File

@ -3,6 +3,9 @@
# use the official gcc image, based on debian
image: gcc
variables:
GIT_SUBMODULE_STRATEGY: recursive
build:
stage: build
before_script: