diff options
| author | Thomas Knudsen <busstoptaktik@users.noreply.github.com> | 2017-12-18 12:35:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-18 12:35:06 +0100 |
| commit | e073e13b4d7c830d1e7144c22a1ab1c225f47a39 (patch) | |
| tree | ce97ab2cd8d2da710ec42fa16dbfe6665330b647 /travis | |
| parent | 95f8e749e712218ca49e4025fe6ab59ddf991c60 (diff) | |
| download | PROJ-e073e13b4d7c830d1e7144c22a1ab1c225f47a39.tar.gz PROJ-e073e13b4d7c830d1e7144c22a1ab1c225f47a39.zip | |
Enable wildcard globbing for MSVC builds (#714)
* Enable wildcard globbing for MSVC builds
* Use globbing to run all gie tests
* Despite merge title: Also use wildcards on gie tests when using GNU compilers
Diffstat (limited to 'travis')
| -rwxr-xr-x | travis/install.sh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/travis/install.sh b/travis/install.sh index 0066c6b7..5be36eb1 100755 --- a/travis/install.sh +++ b/travis/install.sh @@ -80,12 +80,7 @@ if [ $TRAVIS_OS_NAME == "osx" ]; then fi make -j3 make check -PROJ_LIB=$GRIDDIR ./src/gie ./test/gie/builtins.gie -PROJ_LIB=$GRIDDIR ./src/gie -vvvvv ./test/gie/more_builtins.gie -PROJ_LIB=$GRIDDIR ./src/gie ./test/gie/deformation.gie -PROJ_LIB=$GRIDDIR ./src/gie ./test/gie/axisswap.gie -PROJ_LIB=$GRIDDIR ./src/gie ./test/gie/ellipsoid.gie -PROJ_LIB=$GRIDDIR ./src/gie ./test/gie/GDA.gie +PROJ_LIB=$GRIDDIR ./src/gie ./test/gie/*.gie # install & run the working GIGS test # create locations that pyproj understands |
