aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-05-19 13:03:22 +0200
committerEven Rouault <even.rouault@spatialys.com>2018-05-19 13:53:45 +0200
commite9e9e72c9d36eac00e65bb137242d039891c78f5 (patch)
treef6a031960b272d0d7d652ae49aafe8c164a57e4f /appveyor.yml
parent39581f346d5c4d86afb675d0f7faca6677ba586f (diff)
downloadPROJ-e9e9e72c9d36eac00e65bb137242d039891c78f5.tar.gz
PROJ-e9e9e72c9d36eac00e65bb137242d039891c78f5.zip
Vertical grid shift: do not interpolate node values at nodata value (fixes #1002)
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index a6284f9e..f54155c5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -47,6 +47,7 @@ build_script:
- if "%BUILD_TYPE%" == "nmake" if "%platform%" == "x64" nmake /f makefile.vc multistresstest.exe
# Disabled for now as it scales badly
# - if "%BUILD_TYPE%" == "nmake" if "%platform%" == "x64" multistresstest.exe
+ - if "%BUILD_TYPE%" == "nmake" if "%platform%" == "x64" cd ..
- if "%BUILD_TYPE%" == "cmake" if "%platform%" == "x64" SET VS_FULL=%VS_VERSION% Win64
- if "%BUILD_TYPE%" == "cmake" if "%platform%" == "x86" SET VS_FULL=%VS_VERSION%
- if "%BUILD_TYPE%" == "cmake" echo "%VS_FULL%"
@@ -57,6 +58,8 @@ test_script:
- echo test_script
- if "%BUILD_TYPE%" == "cmake" set PROJ_LIB=C:\projects\proj-4\nad
- 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
- cd %PROJ_LIB%
- curl -O http://download.osgeo.org/proj/proj-datumgrid-1.7.zip
- 7z e -aoa -y proj-datumgrid-1.7.zip