Enable verbose tests on the debian build too

This commit is contained in:
Rodrigo Arias 2022-06-21 15:09:15 +02:00
parent 7471a70c60
commit 1523553577

View File

@ -6,7 +6,7 @@ build:debian-latest:
script: script:
- cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=install -S . -B build - cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=install -S . -B build
- cmake --build build - cmake --build build
- cmake --build build --target test - CTEST_OUTPUT_ON_FAILURE=1 cmake --build build --target test
- cmake --build build --target install - cmake --build build --target install
artifacts: artifacts:
paths: paths: