ci: Add a test case where we run tests with valgrind
This commit is contained in:
parent
545af23536
commit
4447a0d183
1 changed files with 8 additions and 0 deletions
|
@ -49,6 +49,14 @@ test:
|
|||
- ninja -C _build
|
||||
- meson test -C _build --verbose --no-stdsplit
|
||||
|
||||
test_valgrind:
|
||||
stage: test
|
||||
script:
|
||||
- dnf update -y --nogpgcheck && dnf install -y --nogpgcheck $DEPENDENCIES valgrind
|
||||
- meson -Ddrivers=all . _build
|
||||
- ninja -C _build
|
||||
- meson test -C _build --verbose --no-stdsplit --setup=valgrind
|
||||
|
||||
test_indent:
|
||||
stage: check-source
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue