[Spice-commits] .gitlab-ci.yml
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Tue Jun 19 08:30:40 UTC 2018
.gitlab-ci.yml | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit ab9e194c04af7c7bfe830f6f77efe34e6ac2cbbb
Author: Frediano Ziglio <fziglio at redhat.com>
Date: Mon Jun 18 15:28:31 2018 +0100
ci: Add make distcheck test
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
Acked-by: Snir Sheriber <ssheribe at redhat.com>
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
More information about the Spice-commits
mailing list