appveyor: re-add recursive submodule update

This commit is contained in:
Ralph Lange
2020-04-21 17:31:24 +02:00
parent 11e0a60e3b
commit 070eab1473

View File

@@ -107,8 +107,11 @@ matrix:
# building & testing #
#---------------------------------#
build_script:
install:
- cmd: git submodule update --init --recursive
- cmd: python .ci/appveyor/do.py prepare
build_script:
- cmd: python .ci/appveyor/do.py build
test_script: