AppVeyor: 'git submodule update --init deps/mapbox/variant'

This commit is contained in:
bergwerkgis 2016-01-18 10:52:02 +00:00
parent ca310c5439
commit 58c0f29355

View file

@ -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