aboutsummaryrefslogtreecommitdiff
path: root/travis/install.sh
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-09-18 20:32:26 +0200
committerEven Rouault <even.rouault@spatialys.com>2018-09-18 22:58:57 +0200
commitd7366ffdd5cbe5ba6c2d9f917d064085bbc3eddc (patch)
tree69dc7d83ce19b02af586f582cda19065e506d2b4 /travis/install.sh
parent793f403aaddbfff64cabbb609a092c347dd659e9 (diff)
downloadPROJ-d7366ffdd5cbe5ba6c2d9f917d064085bbc3eddc.tar.gz
PROJ-d7366ffdd5cbe5ba6c2d9f917d064085bbc3eddc.zip
Rename nad/ directory as data/
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