From 48bfa6121fd19718b93d9ed9e09ddaed0739fadf Mon Sep 17 00:00:00 2001 From: Thomas Knudsen Date: Wed, 11 Oct 2017 18:13:35 +0200 Subject: Run 'gie builtins.gie' as part of Travis CI jobs Touch up configuration files to support gie --- appveyor.yml | 1 + src/Makefile.am | 2 +- 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 -- cgit v1.2.3