Skip to content

Commit

Permalink
Enable filters tests in AppVeyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRAgostinho committed Oct 9, 2018
1 parent 6c9ad44 commit 0d6e0a4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,10 @@ build_script:
# These tests will fails on Windows.
# Therefore, these tests are disabled until fixed.
# AppVeyor Log : https://ci.appveyor.com/project/PointCloudLibrary/pcl/build/1.0.267
# * test_2d
# * common_eigen
# * feature_rift_estimation
# * feature_cppf_estimation
# * feature_pfh_estimation
# * filters_sampling
# * io_grabbers
# * registration_api
- call "%VCVARSALL%" %ARCHITECTURE%
- cd %APPVEYOR_BUILD_FOLDER%
- mkdir build
Expand All @@ -98,7 +94,6 @@ build_script:
-DBUILD_tools=OFF
-DBUILD_tests_common=OFF
-DBUILD_tests_features=OFF
-DBUILD_tests_filters=OFF
..
- cmake --build . --config %CONFIGURATION%
- ctest -C %CONFIGURATION% -V
Expand Down

0 comments on commit 0d6e0a4

Please sign in to comment.