[Spice-devel] [PATCH spice-server] ci: Detect if code compile with SASL disabled
Snir Sheriber
ssheribe at redhat.com
Tue Nov 28 07:57:51 UTC 2017
On 11/27/2017 01:40 PM, Frediano Ziglio wrote:
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> ---
> .gitlab-ci.yml | 7 +++++--
> 1 file changed, 5 insertions(+), 2 deletions(-)
>
> Results at https://gitlab.com/freddy77/spice/-/jobs/42033559.
>
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 4dc3fffa..739564c4 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -17,9 +17,12 @@ makecheck:
> - make
> - make -C server check || (cat server/tests/test-suite.log && exit 1)
>
> -statistics:
> +# check not standard options, currently
> +# --enable-statistics compile statistic code
> +# --without-sasl disable SASL
> +options:
> script:
> - - ./autogen.sh --enable-statistics
> + - ./autogen.sh --enable-statistics --without-sasl
> - make
> - make -C server check || (cat server/tests/test-suite.log && exit 1)
>
Acked-by: Snir Sheriber<ssheribe at redhat.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20171128/f389c540/attachment.html>
More information about the Spice-devel
mailing list