Enable recursive submodules loading in CI
This commit is contained in:
parent
61cf0559b1
commit
0a024430e8
@ -1,5 +1,8 @@
|
|||||||
image: gcc
|
image: gcc
|
||||||
|
|
||||||
|
variables:
|
||||||
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
- test
|
- test
|
||||||
|
Loading…
Reference in New Issue
Block a user