diff options
| author | Thomas Knudsen <busstoptaktik@users.noreply.github.com> | 2017-10-12 16:42:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-12 16:42:44 +0200 |
| commit | 56157fbf874b9e84bf2c543ab201a3eea8aafe7c (patch) | |
| tree | 4eb5f15521a4311abdf60b259514aae07bd707b2 /travis | |
| parent | 8b5e349093bc3b0e405898bb0789fe48cd9ac0e8 (diff) | |
| parent | 48bfa6121fd19718b93d9ed9e09ddaed0739fadf (diff) | |
| download | PROJ-56157fbf874b9e84bf2c543ab201a3eea8aafe7c.tar.gz PROJ-56157fbf874b9e84bf2c543ab201a3eea8aafe7c.zip | |
Merge pull request #593 from busstoptaktik/gie
[WIP, RFC] Move regression tests out from the main code base
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 51a8ea2f..1247435b 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 + # install & run the working GIGS test # create locations that pyproj understands ln -s src include |
