Skip to content

Commit

Permalink
Enable openni apps
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRAgostinho committed Jun 23, 2017
1 parent 8af8538 commit 8977e14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
14 changes: 1 addition & 13 deletions .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,6 @@ function build_examples ()
-DBUILD_examples=ON \
-DBUILD_tools=OFF \
-DBUILD_apps=OFF \
-DBUILD_apps_3d_rec_framework=OFF \
-DBUILD_apps_cloud_composer=OFF \
-DBUILD_apps_in_hand_scanner=OFF \
-DBUILD_apps_modeler=OFF \
-DBUILD_apps_optronic_viewer=OFF \
-DBUILD_apps_point_cloud_editor=OFF \
$PCL_DIR
# Build
make -j2
Expand All @@ -96,12 +90,6 @@ function build_tools ()
-DBUILD_examples=OFF \
-DBUILD_tools=ON \
-DBUILD_apps=OFF \
-DBUILD_apps_3d_rec_framework=OFF \
-DBUILD_apps_cloud_composer=OFF \
-DBUILD_apps_in_hand_scanner=OFF \
-DBUILD_apps_modeler=OFF \
-DBUILD_apps_optronic_viewer=OFF \
-DBUILD_apps_point_cloud_editor=OFF \
$PCL_DIR
# Build
make -j2
Expand All @@ -124,7 +112,7 @@ function build_apps ()
-DBUILD_apps_cloud_composer=ON \
-DBUILD_apps_in_hand_scanner=ON \
-DBUILD_apps_modeler=ON \
-DBUILD_apps_optronic_viewer=ON \
-DBUILD_apps_optronic_viewer=OFF \
-DBUILD_apps_point_cloud_editor=ON \
$PCL_DIR
# Build
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ addons:
- boost-latest
- kubuntu-backports
- sourceline: 'ppa:kedazo/doxygen-updates-precise'
- sourceline: 'ppa:v-launchpad-jochen-sprickerhof-de/pcl'
packages:
- cmake
- libboost1.55-all-dev
Expand All @@ -71,6 +72,7 @@ addons:
- libqt4-opengl-dev
- libvtk5-qt4-dev
- libglew-dev
- libopenni-dev
before_install:
- bash .travis.sh before-install
script:
Expand Down

0 comments on commit 8977e14

Please sign in to comment.