diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2018-09-09 14:59:42 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2018-09-09 14:59:42 +0000 |
| commit | d2267a6d39736486546b7f3938a57f74a3fa9b3d (patch) | |
| tree | 59dbcc5e67b606c275856dd6feaae4b31bbbfdfb /.appveyor.yml | |
| parent | Use a full path for submodules, otherwise they are broken in forks (diff) | |
| download | inkscape-d2267a6d39736486546b7f3938a57f74a3fa9b3d.tar.gz inkscape-d2267a6d39736486546b7f3938a57f74a3fa9b3d.zip | |
CI/AppVeyor: Adjust for submodules
Diffstat (limited to '.appveyor.yml')
| -rw-r--r-- | .appveyor.yml | 3 |
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" |
