AppVeyor: 'git submodule update --init deps/mapbox/variant'
This commit is contained in:
parent
ca310c5439
commit
58c0f29355
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue