diff options
| -rw-r--r-- | appveyor.yml | 1 | ||||
| -rw-r--r-- | src/Makefile.am | 2 | ||||
| -rwxr-xr-x | travis/install.sh | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index d878c73d..3e8980dc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -57,6 +57,7 @@ test_script: - echo "Contents of current directory:" - dir - proj.exe -VC + - gie.exe ..\test\gie\builtins.gie deploy: off diff --git a/src/Makefile.am b/src/Makefile.am index 1a1f3270..a039151d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ AM_CFLAGS = @C_WFLAGS@ -bin_PROGRAMS = proj nad2bin geod cs2cs cct +bin_PROGRAMS = proj nad2bin geod cs2cs gie cct EXTRA_PROGRAMS = multistresstest test228 TESTS = geodtest 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 |
