[Spice-devel] [PATCH spice-server] ci: Detect if code compile with SASL disabled

Snir Sheriber ssheribe at redhat.com
Tue Nov 28 08:06:15 UTC 2017



On 11/28/2017 09:57 AM, Snir Sheriber wrote:
>
>
>
> 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 athttps://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>
Forgot to mention-  s/not standard/non-standard/ sounds better to me
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20171128/a39e3010/attachment-0001.html>


More information about the Spice-devel mailing list