From d2dd446abb9eebb6845ff0ca71682c894d4454c8 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Wed, 20 May 2015 14:35:08 +0000 Subject: [PATCH] Enable hexbin tests on travis The travis package is called "hexboundary", because there's already a debian packaged named hexbin. --- scripts/ci/before_install.sh | 1 + scripts/ci/script.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/ci/before_install.sh b/scripts/ci/before_install.sh index 4f1fcd2547..64ce50f449 100755 --- a/scripts/ci/before_install.sh +++ b/scripts/ci/before_install.sh @@ -61,6 +61,7 @@ then # From ppa:pdal/travis sudo apt-get install \ + hexboundary \ laz-perf \ pgpointcloud \ points2grid diff --git a/scripts/ci/script.sh b/scripts/ci/script.sh index 63392d330c..75f0ffab94 100755 --- a/scripts/ci/script.sh +++ b/scripts/ci/script.sh @@ -26,7 +26,7 @@ cmake \ -DBUILD_PLUGIN_ATTRIBUTE=$OPTIONAL_COMPONENT_SWITCH \ -DBUILD_PLUGIN_CPD=OFF \ -DBUILD_PLUGIN_GREYHOUND=OFF \ - -DBUILD_PLUGIN_HEXBIN=OFF \ + -DBUILD_PLUGIN_HEXBIN=$OPTIONAL_COMPONENT_SWITCH \ -DBUILD_PLUGIN_ICEBRIDGE=$OPTIONAL_COMPONENT_SWITCH \ -DBUILD_PLUGIN_MRSID=OFF \ -DBUILD_PLUGIN_NITF=OFF \