[Spice-devel] [PATCH spice 3/3] ci: Test syntax-check

Frediano Ziglio fziglio at redhat.com
Tue Nov 15 17:04:36 UTC 2016


> 
> ---
>  .gitlab-ci.yml | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 9f52478..122e74c 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -16,3 +16,8 @@ statistics:
>    - CFLAGS="$CFLAGS -DRED_STATISTICS " ./autogen.sh
>    - make
>    - make -C server check || (cat server/tests/test-suite.log && exit 1)
> +
> +syntax-check:
> +  script:
> +  - ./autogen.sh
> +  - make syntax-check

Acked-by: Frediano Ziglio <fziglio at redhat.com>

Frediano


More information about the Spice-devel mailing list