From 1cab33f0af6b5d3dbeb10846788dd15303920b16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Wed, 31 Jul 2019 15:39:35 -0400 Subject: gitlab-ci: Add valgrind meson test --- .gitlab-ci.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54a79d2..00cab6d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -89,6 +89,25 @@ test meson: paths: - build/meson-logs/ + +test valgrind meson: + stage: test + image: registry.freedesktop.org/libnice/libnice/centos7/meson-build + allow_failure: true + dependencies: + - build meson + except: + - schedules + script: + - ifconfig + - source scl_source enable rh-python36 && true + - meson test -C build/ --setup valgrind --print-errorlogs + artifacts: + when: on_failure + paths: + - build/meson-logs/ + + doc-and-install meson: stage: test image: registry.freedesktop.org/libnice/libnice/centos7/meson-build -- cgit v1.2.1