diff --git a/.appveyor.yml b/.appveyor.yml index 96346a83610..d328bdd54fd 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 @@ -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