Skip to content
Snippets Groups Projects
Commit 0cf027f2 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Re-do CI output on failure

parent cb47b292
No related branches found
No related tags found
1 merge request!41Draft: Resolve "Fix and improve RANSAC step"
......@@ -100,7 +100,7 @@ stages:
- cd build
- cmake -DCMAKE_BUILD_TYPE=release ..
- make -j$(nproc)
- ctest --output-on-failure -j$(nproc)
- ctest -j$(nproc)
- make install
.build_and_test_template: &build_and_test_definition
......@@ -109,7 +109,7 @@ stages:
- cd build
- cmake -DCMAKE_BUILD_TYPE=release -DBUILD_TESTS=ON -DBUILD_DEMOS=OFF ..
- make -j$(nproc)
- ctest -j$(nproc)
- ctest --output-on-failure -j$(nproc)
- make install
############ LICENSE HEADERS ############
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment