summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 7ecfabd77..46a143eb1 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -7,6 +7,9 @@ environment:
- MSYSTEM: MINGW64
- MSYSTEM: MINGW32
+install:
+ git submodule update --init --recursive
+
build_script:
- C:\msys64\usr\bin\pacman -Syuu --needed --noconfirm --noprogressbar
- C:\msys64\usr\bin\bash --login -c "$(cygpath ${APPVEYOR_BUILD_FOLDER})/buildtools/appveyor.sh"