diff options
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a72e9b4..7ad57573 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,13 @@ image: "0xacab.org:4567/leap/gitlab-buildpackage:android" #image: "gfx2015/android" -variables: - GIT_SUBMODULE_STRATEGY: "recursive" - stages: - build +before_script: + - git submodule sync --recursive + - git submodule update --init --recursive + build: stage: build script: |