Update .gitlab-ci.yml file

Fetch submodules
This commit is contained in:
2021-07-31 12:19:01 +00:00
parent 171c6e34ad
commit 7a07ab7095

View File

@@ -10,6 +10,9 @@
image: gcc image: gcc
variables:
GIT_SUBMODULE_STRATEGY: recursive
build: build:
stage: build stage: build
# instead of calling g++ directly you can also use some build toolkit like make # instead of calling g++ directly you can also use some build toolkit like make