mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-23 20:35:42 +02:00
ci: add a valgrind build
This commit is contained in:
parent
6c695c0281
commit
426ab76f29
1 changed files with 10 additions and 0 deletions
|
@ -29,6 +29,16 @@ debug:
|
||||||
- ninja coverage-text
|
- ninja coverage-text
|
||||||
- tail meson-logs/coverage.txt
|
- tail meson-logs/coverage.txt
|
||||||
|
|
||||||
|
valgrind:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- apk add valgrind
|
||||||
|
- mkdir -p bld/debug
|
||||||
|
- cd bld/debug
|
||||||
|
- meson --buildtype=debug ../..
|
||||||
|
- ninja -k0
|
||||||
|
- meson test --wrapper "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=3"
|
||||||
|
|
||||||
release:
|
release:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Reference in a new issue