aboutsummaryrefslogtreecommitdiff
path: root/travis/install.sh
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-09-19 12:50:16 +0200
committerGitHub <noreply@github.com>2018-09-19 12:50:16 +0200
commit4ea0c2d72c80120a6074b97577a2659e23015f5c (patch)
treefababdffc9751602fab1930f2b6413f424667977 /travis/install.sh
parent722b2a4ea7ea329fabea4dd92ca1b2c60799f0d7 (diff)
parenteb2862c80971f106c69bfb46e8324104634fe1f2 (diff)
downloadPROJ-4ea0c2d72c80120a6074b97577a2659e23015f5c.tar.gz
PROJ-4ea0c2d72c80120a6074b97577a2659e23015f5c.zip
Merge pull request #1125 from rouault/rename_nad_as_data
Rename nad/ as data/ and move nad/test* to test/old/*
Diffstat (limited to 'travis/install.sh')
-rwxr-xr-xtravis/install.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/travis/install.sh b/travis/install.sh
index 714d21ed..eecf343a 100755
--- a/travis/install.sh
+++ b/travis/install.sh
@@ -25,7 +25,7 @@ cd build_autoconf
../configure --prefix=/tmp/proj_autoconf_install_from_dist_all
make -j3
make install
-# We have a small issue with out-of-tree builds where the null file is generated in the build directory, but other non-generated stuff is in $(top_srcdir)/nad
+# We have a small issue with out-of-tree builds where the null file is generated in the build directory, but other non-generated stuff is in $(top_srcdir)/data
# Workaround this by using the install directory...
PROJ_LIB=/tmp/proj_autoconf_install_from_dist_all/share/proj make check
find /tmp/proj_autoconf_install_from_dist_all
@@ -47,25 +47,25 @@ cd ..
cd ../..
# Install grid files
-cd nad
+cd data
unzip -o ../proj-datumgrid-1.7.zip
GRIDDIR=`pwd`
echo $GRIDDIR
cd ..
# autoconf build with grids
-mkdir build_autoconf_nad
-cd build_autoconf_nad
-../configure --prefix=/tmp/proj_autoconf_install_nad
+mkdir build_autoconf_grids
+cd build_autoconf_grids
+../configure --prefix=/tmp/proj_autoconf_install_grids
make -j3
make install
-find /tmp/proj_autoconf_install_nad
+find /tmp/proj_autoconf_install_grids
PROJ_LIB=$GRIDDIR make check
cd src
make multistresstest
make test228
cd ..
-PROJ_LIB=../nad src/multistresstest
+PROJ_LIB=../data src/multistresstest
cd ..
# autoconf build with grids and coverage