aboutsummaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2017-03-12 20:17:02 +0100
committerKristian Evers <kristianevers@gmail.com>2017-03-12 20:17:02 +0100
commit59027eec7ad2d2a6d835633b99be14e21675c3a5 (patch)
tree89be602a5747f05e3622efb9c654b02cf52dee3a /travis
parent7f6b41d10457ae6bcfff98bc8dd1bbe069e44a6c (diff)
downloadPROJ-59027eec7ad2d2a6d835633b99be14e21675c3a5.tar.gz
PROJ-59027eec7ad2d2a6d835633b99be14e21675c3a5.zip
Download datum grids version 1.6 and egm96_15 geoid grid in continous integration setups
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/install.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/travis/install.sh b/travis/install.sh
index 41f9fcb6..b9764612 100755
--- a/travis/install.sh
+++ b/travis/install.sh
@@ -43,9 +43,10 @@ cd ..
#
cd ..
# Now with grids
-wget http://download.osgeo.org/proj/proj-datumgrid-1.5.zip
+wget http://download.osgeo.org/proj/proj-datumgrid-1.6.zip
cd nad
-unzip -o ../proj-datumgrid-1.5.zip
+unzip -o ../proj-datumgrid-1.6.zip
+wget http://download.osgeo.org/proj/vdatum/egm96_15/egm96_15.gtx
cd ..
# cmake build with grids
mkdir build_cmake_nad
@@ -77,7 +78,7 @@ if [ $TRAVIS_OS_NAME == "osx" ]; then
fi
make -j3
make check
-./src/proj -VC
+PROJ_LIB=../nad ./src/proj -VC
# install & run the working GIGS test
# create locations that pyproj understands