From fe1154e1a52b724f35d00c3d69b78dfda905d024 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Mon, 13 Mar 2017 22:03:43 +0100 Subject: Adjusting test script so it handles the differing file trees between cmake and nmake builds. --- appveyor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 70cf1bb0..d878c73d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -46,16 +46,16 @@ build_script: test_script: - echo test_script - - if "%BUILD_TYPE%" == "nmake" set PROJDIR=C:\PROJ - - if "%BUILD_TYPE%" == "cmake" set PROJDIR= C:\projects\proj-4 - - cd %PROJDIR%\nad + - if "%BUILD_TYPE%" == "cmake" set PROJ_LIB=C:\projects\proj-4\nad + - if "%BUILD_TYPE%" == "nmake" set PROJ_LIB=C:\PROJ\SHARE + - cd %PROJ_LIB% - curl -O http://download.osgeo.org/proj/proj-datumgrid-1.6.zip - curl -O http://download.osgeo.org/proj/vdatum/egm96_15/egm96_15.gtx - 7z e -aoa -y proj-datumgrid-1.6.zip - - cd %PROJDIR%\bin + - dir + - cd ..\bin - echo "Contents of current directory:" - dir - - set PROJ_LIB=%PROJDIR%\nad - proj.exe -VC deploy: off -- cgit v1.2.3