diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2017-10-30 09:49:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-30 09:49:50 +0100 |
| commit | 2140bf936542bfaf655e33dfffa6fabb56a27f86 (patch) | |
| tree | 7b0ffa4f38dc05b6ec8a9d7bb70f698dc8610fe7 /travis | |
| parent | aa3492b9043dbd070b1069ba30f4b12bb6abc1dd (diff) | |
| parent | 79b7d780c26c79b2171eea2798cc8c0dc0e0e3bc (diff) | |
| download | PROJ-2140bf936542bfaf655e33dfffa6fabb56a27f86.tar.gz PROJ-2140bf936542bfaf655e33dfffa6fabb56a27f86.zip | |
Merge pull request #588 from kbevers/kinematic-grids
Kinematic gridshifting
Diffstat (limited to 'travis')
| -rwxr-xr-x | travis/install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/travis/install.sh b/travis/install.sh index 1247435b..62c2677f 100755 --- a/travis/install.sh +++ b/travis/install.sh @@ -81,7 +81,8 @@ if [ $TRAVIS_OS_NAME == "osx" ]; then make -j3 make check PROJ_LIB=$GRIDDIR ./src/proj -VC -./src/gie ./test/gie/builtins.gie +PROJ_LIB=$GRIDDIR ./src/gie ./test/gie/builtins.gie +PROJ_LIB=$GRIDDIR ./src/gie ./test/gie/deformation.gie # install & run the working GIGS test # create locations that pyproj understands |
