From 4447a0d183d2cc2d66f1b8af3351c75ead85f945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Tue, 26 Nov 2019 19:17:26 +0100 Subject: [PATCH] ci: Add a test case where we run tests with valgrind --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 10c2cf1..122a02e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: