[Spice-commits] .gitlab-ci.yml

Frediano Ziglio fziglio at kemper.freedesktop.org
Wed Mar 22 16:24:37 UTC 2017


 .gitlab-ci.yml |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit 7ac99499259fbc832ec2ba7f4b3ad8e9efaa06d0
Author: Pavel Grunt <pgrunt at redhat.com>
Date:   Wed Mar 22 15:06:05 2017 +0100

    ci: Add valgrind check
    
    Acked-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1c5e37c3..c54516f1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,6 +20,14 @@ statistics:
   - make
   - make -C server check || (cat server/tests/test-suite.log && exit 1)
 
+check-valgrind:
+  script:
+  - dnf debuginfo-install spice-server -y
+  - dnf install valgrind -y
+  - ./autogen.sh --enable-valgrind
+  - make
+  - make check-valgrind || (cat server/tests/test-suite-memcheck.log && exit 1)
+
 syntax-check:
   script:
   - ./autogen.sh


More information about the Spice-commits mailing list