[Spice-devel] [PATCH spice-server] ci: Add make distcheck test

Snir Sheriber ssheribe at redhat.com
Tue Jun 19 07:02:29 UTC 2018


Hi,


On 06/18/2018 06:00 PM, Frediano Ziglio wrote:
> 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

Acked-by: Snir Sheriber <ssheribe at redhat.com>


More information about the Spice-devel mailing list