diff --git a/appveyor/.appveyor.yml.example-full b/appveyor/.appveyor.yml.example-full index ee1f0da..f8b57b5 100644 --- a/appveyor/.appveyor.yml.example-full +++ b/appveyor/.appveyor.yml.example-full @@ -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: