aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Knudsen <thokn@sdfe.dk>2017-10-11 18:13:35 +0200
committerThomas Knudsen <thokn@sdfe.dk>2017-10-12 14:40:30 +0200
commit48bfa6121fd19718b93d9ed9e09ddaed0739fadf (patch)
tree0ac651a28d640f6c8822a29ab12e9cc2eb4133de
parentf1e12f6bd6c12f08caee2cca15f34aec14f4615b (diff)
downloadPROJ-48bfa6121fd19718b93d9ed9e09ddaed0739fadf.tar.gz
PROJ-48bfa6121fd19718b93d9ed9e09ddaed0739fadf.zip
Run 'gie builtins.gie' as part of Travis CI jobs
Touch up configuration files to support gie
-rw-r--r--appveyor.yml1
-rw-r--r--src/Makefile.am2
-rwxr-xr-xtravis/install.sh3
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