ci: add --verbose to valgrind test run

This commit is contained in:
Daniel Eklöf 2019-05-09 21:08:18 +02:00
parent 426ab76f29
commit c3b73ef99e

View file

@ -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