From da5a3cd178f532c6d1462ad3262eab99ff24146e Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Fri, 23 Feb 2018 13:13:12 +0100 Subject: Download BETA2007 grid from proj-datumgrid package in CI scripts. Following PR #806 which removed various grids from nad/, we now have to download the BETA2007 grid before that DHDN_ETRS89 test can pass successfully. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index a9de275e..1b56b7b7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -61,6 +61,7 @@ test_script: - 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 + - curl -O -k https://raw.githubusercontent.com/OSGeo/proj-datumgrid/master/BETA2007.gsb - 7z e -aoa -y proj-datumgrid-1.6.zip - dir - cd .. @@ -75,4 +76,3 @@ test_script: - gie.exe ..\test\gie\*.gie ..\test\gigs\*.gie deploy: off - -- cgit v1.2.3