Skip to content
Snippets Groups Projects
Commit a790c290 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

[skip ci] CI: added --output-on-failure to ctest

parent 8d3fbf09
No related branches found
No related tags found
1 merge request!39devel->main
...@@ -105,7 +105,7 @@ stages: ...@@ -105,7 +105,7 @@ stages:
- cd build - cd build
- cmake -DCMAKE_BUILD_TYPE=release-DBUILD_TESTS=ON .. - cmake -DCMAKE_BUILD_TYPE=release-DBUILD_TESTS=ON ..
- make -j$(nproc) - make -j$(nproc)
- ctest -j$(nproc) - ctest -j$(nproc) --output-on-failure
- make install - make install
.build_and_test_template: &build_and_test_definition .build_and_test_template: &build_and_test_definition
...@@ -114,7 +114,7 @@ stages: ...@@ -114,7 +114,7 @@ stages:
- cd build - cd build
- cmake -DCMAKE_BUILD_TYPE=release -DBUILD_TESTS=ON .. - cmake -DCMAKE_BUILD_TYPE=release -DBUILD_TESTS=ON ..
- make -j$(nproc) - make -j$(nproc)
- ctest -j$(nproc) - ctest -j$(nproc) --output-on-failure
- make install - make install
############ LICENSE HEADERS ############ ############ 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