Skip to content

Commit

Permalink
Enable hexbin tests on travis
Browse files Browse the repository at this point in the history
The travis package is called "hexboundary", because there's already a
debian packaged named hexbin.
  • Loading branch information
gadomski committed May 20, 2015
1 parent ad0dabe commit d2dd446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/ci/before_install.sh
Expand Up @@ -61,6 +61,7 @@ then

# From ppa:pdal/travis
sudo apt-get install \
hexboundary \
laz-perf \
pgpointcloud \
points2grid
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/script.sh
Expand Up @@ -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 \
Expand Down

0 comments on commit d2dd446

Please sign in to comment.