From a9bc6e5fb000f618c9df6276f4ef79063ce4cdfc Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 26 Feb 2020 20:36:33 +0100 Subject: Make tests independent of proj-datumgrid Fixes #1984 - Copy BETA2007.gsb, MD, alaska, conus, ntf_r93.gsb, ntv1_can.dat grids from proj-datumgrid to data/tests. - Replace a couple uses of nzgd2kgrid0005.gsb in tests by ntf_r93.gsb - Add downsampled/subsetted versions of egm96_15.gtx as tests/egm96_15_downsampled.gtx and ntv2_0.gsb as tests/ntv2_0_downsampled.gsb This results in a few changes in expected results - Simpify travis/install.sh due to less configurations to test This results in a hopefully acceptable increase of the proj-X.Y.Z.tar.gz from 2.9 to 5.3 MB --- appveyor.yml | 3 --- 1 file changed, 3 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index fdce5268..2d5e0f2e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -35,9 +35,6 @@ build_script: - if "%platform%" == "x86" SET BUILD_SHARED_LIBS=OFF - echo "%VS_FULL%" # - - cd %APPVEYOR_BUILD_FOLDER%\data - - curl -O https://download.osgeo.org/proj/proj-datumgrid-1.8.zip - - 7z e -aoa -y proj-datumgrid-1.8.zip - set PROJ_BUILD=%APPVEYOR_BUILD_FOLDER%\build - mkdir %PROJ_BUILD% - cd %PROJ_BUILD% -- cgit v1.2.3