diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-02-27 11:10:00 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-02-27 11:10:00 +0100 |
| commit | cb8387fa4d2e0e9cca6dfc3da8f4a6d6aaeb36cb (patch) | |
| tree | b8efc7e5dea10abc1937d6b9afa15b7a068cc11e | |
| parent | f3e10e2eeb79d1cfd3cb53019d204447baf2d8ac (diff) | |
| download | PROJ-cb8387fa4d2e0e9cca6dfc3da8f4a6d6aaeb36cb.tar.gz PROJ-cb8387fa4d2e0e9cca6dfc3da8f4a6d6aaeb36cb.zip | |
Travis/Appveyor: use proj-datumgrid-1.8
| -rw-r--r-- | appveyor.yml | 4 | ||||
| -rwxr-xr-x | travis/install.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml index 728e77c9..a353f8db 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -43,8 +43,8 @@ test_script: - echo test_script - set PROJ_LIB=%PROJ_DIR%\share\proj - cd %PROJ_LIB% - - curl -O http://download.osgeo.org/proj/proj-datumgrid-1.7.zip - - 7z e -aoa -y proj-datumgrid-1.7.zip + - curl -O http://download.osgeo.org/proj/proj-datumgrid-1.8.zip + - 7z e -aoa -y proj-datumgrid-1.8.zip - cd %PROJ_BUILD% - ctest -V -C Release - set PATH=%PATH%;%PROJ_DIR%\bin diff --git a/travis/install.sh b/travis/install.sh index f5fa7d08..e37644f4 100755 --- a/travis/install.sh +++ b/travis/install.sh @@ -3,7 +3,7 @@ set -e # Download grid files -wget http://download.osgeo.org/proj/proj-datumgrid-1.7.zip +wget http://download.osgeo.org/proj/proj-datumgrid-1.8.zip # prepare build files ./autogen.sh @@ -49,7 +49,7 @@ cd .. cd ../.. # Install grid files -(cd data && unzip -o ../proj-datumgrid-1.7.zip) +(cd data && unzip -o ../proj-datumgrid-1.8.zip) # autoconf build with grids mkdir build_autoconf_grids |
