Enable verbose tests on the debian build too
This commit is contained in:
parent
7471a70c60
commit
1523553577
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user