From 630640ee6c08cff0c071db2be8bf492ad0cbb518 Mon Sep 17 00:00:00 2001 From: bergwerkgis Date: Wed, 23 Dec 2015 12:48:43 +0100 Subject: [PATCH] Windows: pull python bindings, too. --- scripts/build-local.bat | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/build-local.bat b/scripts/build-local.bat index 2dbbd1371..e2a822f3d 100644 --- a/scripts/build-local.bat +++ b/scripts/build-local.bat @@ -33,7 +33,13 @@ SET msvs_toolset=14 SET platform=x64 SET APPVEYOR_BUILD_FOLDER=%CD% +IF NOT EXIST bindings\python git clone https://github.com/mapnik/python-mapnik.git bindings/python +IF %ERRORLEVEL% NEQ 0 GOTO ERROR +CD bindings\python & IF %ERRORLEVEL% NEQ 0 GOTO ERROR +git fetch & IF %ERRORLEVEL% NEQ 0 GOTO ERROR +git pull & IF %ERRORLEVEL% NEQ 0 GOTO ERROR +CD ..\.. & IF %ERRORLEVEL% NEQ 0 GOTO ERROR ECHO pulling test data CALL git submodule update --init