gitlab-ci: Add valgrind autotools test too
authorOlivier Crête <olivier.crete@collabora.com>
Wed, 31 Jul 2019 20:00:27 +0000 (16:00 -0400)
committerOlivier Crête <olivier.crete@collabora.com>
Wed, 31 Jul 2019 21:26:19 +0000 (17:26 -0400)
.gitlab-ci.yml

index 44e2ed2..7212ffe 100644 (file)
@@ -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