File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 5151 run : |
5252 ls ${{github.workspace}}/build/Release
5353
54- - name : Copying the dlls
54+ - name : Copying the dlls for python tests and c++ tests
5555 run : |
5656 cp ${{github.workspace}}/build/bin/Release/diffCheck.dll ${{github.workspace}}/tests/integration_tests/pybinds_tests
5757 cp ${{github.workspace}}/build/bin/Release/Open3D.dll ${{github.workspace}}/tests/integration_tests/pybinds_tests
6363 ls ${{github.workspace}}/tests/integration_tests/pybinds_tests
6464
6565 - name : Run tests with cmake
66- working-directory : ${{github.workspace}}/build
6766 run : |
68- conda run --name diff_check --no-capture- output ctest -C Release --verbose
67+ conda run --name diff_check ctest --test-dir build -- output-on-failure -C Release --verbose
You can’t perform that action at this time.
0 commit comments