From d7366ffdd5cbe5ba6c2d9f917d064085bbc3eddc Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 18 Sep 2018 20:32:26 +0200 Subject: Rename nad/ directory as data/ --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index ec08f20c..1fdc27ca 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -49,10 +49,10 @@ build_script: test_script: - echo test_script - - if "%BUILD_TYPE%" == "cmake" set PROJ_LIB=C:\projects\proj-4\nad + - if "%BUILD_TYPE%" == "cmake" set PROJ_LIB=C:\projects\proj-4\data - if "%BUILD_TYPE%" == "nmake" set PROJ_LIB=C:\PROJ\SHARE - if "%BUILD_TYPE%" == "nmake" mkdir %PROJ_LIB%\tests - - if "%BUILD_TYPE%" == "nmake" copy nad\tests\*.* %PROJ_LIB%\tests + - if "%BUILD_TYPE%" == "nmake" copy data\tests\*.* %PROJ_LIB%\tests - set CURDIR=%CD% - cd %PROJ_LIB% - curl -O http://download.osgeo.org/proj/proj-datumgrid-1.7.zip -- cgit v1.2.3