Signed-off-by: Frediano Ziglio <[email protected]>
---
 .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

_______________________________________________
Spice-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to