mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-29 08:47:13 +00:00
ci: Add valgrind check
Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
9bad8c306c
commit
7ac9949925
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user