diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2017-03-12 20:17:02 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2017-03-12 20:17:02 +0100 |
| commit | 59027eec7ad2d2a6d835633b99be14e21675c3a5 (patch) | |
| tree | 89be602a5747f05e3622efb9c654b02cf52dee3a /travis | |
| parent | 7f6b41d10457ae6bcfff98bc8dd1bbe069e44a6c (diff) | |
| download | PROJ-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-x | travis/install.sh | 7 |
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 |
