ci: Add make distcheck test

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Snir Sheriber <ssheribe@redhat.com>
This commit is contained in:
Frediano Ziglio 2018-06-18 15:28:31 +01:00
parent cf9bdd532d
commit ab9e194c04

View File

@ -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