summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2018-09-09 14:59:42 +0000
committerEduard Braun <eduard.braun2@gmx.de>2018-09-09 14:59:42 +0000
commitd2267a6d39736486546b7f3938a57f74a3fa9b3d (patch)
tree59dbcc5e67b606c275856dd6feaae4b31bbbfdfb /.appveyor.yml
parentUse a full path for submodules, otherwise they are broken in forks (diff)
downloadinkscape-d2267a6d39736486546b7f3938a57f74a3fa9b3d.tar.gz
inkscape-d2267a6d39736486546b7f3938a57f74a3fa9b3d.zip
CI/AppVeyor: Adjust for submodules
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"