summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-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