diff options
Diffstat (limited to 'travis/install.sh')
| -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 |
