aboutsummaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-09-20 08:43:40 +0200
committerGitHub <noreply@github.com>2019-09-20 08:43:40 +0200
commitcd505feb34aaa60158bb9034d3e45d198058350c (patch)
tree6e3b79a257ef6f2edb1d65330f9c7983afea5ff2 /travis
parentaf2da10565fa9bc9f05d2e8b4d4a7053209f554e (diff)
parent29ddc39d242b95c2de477a657bdceb703676a65e (diff)
downloadPROJ-cd505feb34aaa60158bb9034d3e45d198058350c.tar.gz
PROJ-cd505feb34aaa60158bb9034d3e45d198058350c.zip
Merge pull request #1625 from hobu/cmake-proj_lib-tests
set PROJ_LIB on test targets for CMake
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/install.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/travis/install.sh b/travis/install.sh
index b2e13c12..2363be43 100755
--- a/travis/install.sh
+++ b/travis/install.sh
@@ -84,9 +84,7 @@ cd build_cmake
cmake .. -DCMAKE_INSTALL_PREFIX=/tmp/proj_cmake_install
VERBOSE=1 make -j${NPROC}
make install
-# The cmake build is not able to generate the null file, so copy it at hand
-cp /tmp/proj_autoconf_install_from_dist_all/share/proj/null /tmp/proj_cmake_install/share/proj
-PROJ_LIB=/tmp/proj_cmake_install/share/proj ctest
+ctest
find /tmp/proj_cmake_install
cd ..