From 58c0f29355a96677c9d47170dd8c30dcbf80f34f Mon Sep 17 00:00:00 2001 From: bergwerkgis Date: Mon, 18 Jan 2016 10:52:02 +0000 Subject: [PATCH] AppVeyor: 'git submodule update --init deps/mapbox/variant' --- scripts/build-appveyor.bat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/build-appveyor.bat b/scripts/build-appveyor.bat index 11981c5c3..73929fa5e 100644 --- a/scripts/build-appveyor.bat +++ b/scripts/build-appveyor.bat @@ -28,6 +28,10 @@ ECHO ======== SET PATH=C:\Python27;%PATH% SET PATH=C:\Program Files\7-Zip;%PATH% +::update submodule variant +git submodule update --init deps/mapbox/variant +IF %ERRORLEVEL% NEQ 0 GOTO ERROR + ::cloning mapnik-gyp if EXIST mapnik-gyp ECHO mapnik-gyp already cloned && GOTO MAPNIK_GYP_ALREADY_HERE CALL git clone https://github.com/mapnik/mapnik-gyp.git