summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2019-07-31 16:00:27 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2019-07-31 17:26:19 -0400
commit5b5ccd2b964b8eaa8b4afc543a516bdfaae6e4f2 (patch)
treededd3be86300005ac9676580973f83fbe1d453cb
parent4048e2a9a82fedf4b0069f16778274908cb84486 (diff)
downloadlibnice-5b5ccd2b964b8eaa8b4afc543a516bdfaae6e4f2.tar.gz
gitlab-ci: Add valgrind autotools test too
-rw-r--r--.gitlab-ci.yml7
1 files changed, 7 insertions, 0 deletions
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