> 
> ---
>  .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 <[email protected]>

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

Reply via email to