File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 3535
3636 - name : Cmake Configure
3737 run : |
38- conda run --name diff_check cmake -S . -B build -A x64 -DBUILD_PYTHON_MODULE=ON -DBUILD_TESTS=ON -DRUN_TESTS=ON
38+ conda run --name diff_check cmake -S . -B build -A x64 -DBUILD_PYTHON_MODULE=ON -DBUILD_TESTS=ON -DRUN_TESTS=OFF
3939
4040 - name : CMake Build
41- run : conda run --name diff_check cmake --build build --config Release
41+ run : conda run --name diff_check cmake --build build --config Release
42+
43+ - name : Copying the dlls
44+ run : |
45+ cp build/bin/Release/diffCheck.dll tests/integration_tests/pybinds_tests
46+ cp build/bin/Release/Open3D.dll tests/integration_tests/pybinds_tests
47+ cp build/Release/*.pyd tests/integration_tests/pybinds_tests
48+
49+ - name : Run tests with cmake
50+ run : |
51+ cd build/
52+ ctest -C Release --verbose
You can’t perform that action at this time.
0 commit comments