[Spice-devel] [PATCH spice-server] ci: Add make distcheck test
Frediano Ziglio
fziglio at redhat.com
Mon Jun 18 15:00:31 UTC 2018
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
.gitlab-ci.yml | 6 ++++++
1 file changed, 6 insertions(+)
Results example at https://gitlab.freedesktop.org/freddy77/spice/-/jobs/3912
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d9620e5f..becdb28b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,7 @@ before_script:
- >
dnf install 'dnf-command(copr)' git libtool make libasan orc-devel
python3 python3-six python3-pyparsing glib-networking
+ asciidoc bzip2
-y
- dnf copr enable @spice/nightly -y
- dnf builddep spice -y
@@ -44,3 +45,8 @@ syntax-check:
script:
- ./autogen.sh --enable-celt051
- make syntax-check
+
+distcheck:
+ script:
+ - ./autogen.sh --enable-celt051 --enable-manual
+ - make distcheck
--
2.17.1
More information about the Spice-devel
mailing list