ci: Add a test case where we run tests with valgrind

This commit is contained in:
Marco Trevisan (Treviño) 2019-11-26 19:17:26 +01:00
parent 545af23536
commit 4447a0d183

View file

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