From 074de114c5be557680b663fe8d6b5ff769f4c6bf Mon Sep 17 00:00:00 2001 From: Kai Pastor Date: Fri, 15 Feb 2019 22:49:54 +0100 Subject: Run appveyor tests with installed data --- appveyor.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 999aeeb1..3eb69d51 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -42,17 +42,15 @@ build_script: test_script: - echo test_script - - set PROJ_LIB=C:\projects\proj-4\data + - if "%platform%" == "x64" cd build_dll + - if "%platform%" == "x86" cd build_static - set CURDIR=%CD% + - set PROJ_LIB=%CD%\install\share - cd %PROJ_LIB% - curl -O http://download.osgeo.org/proj/proj-datumgrid-1.7.zip - 7z e -aoa -y proj-datumgrid-1.7.zip - dir - - cd .. - cd %CURDIR% -# - - if "%platform%" == "x64" cd build_dll - - if "%platform%" == "x86" cd build_static - ctest -V -C Release - cd .. -- cgit v1.2.3