mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-24 21:05:40 +02:00
ci: add --verbose to valgrind test run
This commit is contained in:
parent
426ab76f29
commit
c3b73ef99e
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ valgrind:
|
||||||
- cd bld/debug
|
- cd bld/debug
|
||||||
- meson --buildtype=debug ../..
|
- meson --buildtype=debug ../..
|
||||||
- ninja -k0
|
- ninja -k0
|
||||||
- meson test --wrapper "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=3"
|
- meson test --verbose --wrapper "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=3"
|
||||||
|
|
||||||
release:
|
release:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
Loading…
Add table
Reference in a new issue