From 5b5ccd2b964b8eaa8b4afc543a516bdfaae6e4f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Wed, 31 Jul 2019 16:00:27 -0400 Subject: gitlab-ci: Add valgrind autotools test too --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44e2ed2..7212ffe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,6 +40,13 @@ test autotools: - stun/tests/test-suite.log - docs/reference/libnice/test-suite.log +test autotools valgrind: + extends: test autotools + allow_failure: true + script: + - ifconfig + - make check-valgrind + distcheck autotools: stage: test image: registry.freedesktop.org/libnice/libnice/centos7/autotools-build -- cgit v1.2.1