<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 11/28/2017 09:57 AM, Snir Sheriber
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:89db61e0-53c1-f43b-e157-e101732eda07@redhat.com">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <p><br>
      </p>
      <br>
      <div class="moz-cite-prefix">On 11/27/2017 01:40 PM, Frediano
        Ziglio wrote:<br>
      </div>
      <blockquote type="cite"
        cite="mid:20171127114021.9387-1-fziglio@redhat.com">
        <pre wrap="">Signed-off-by: Frediano Ziglio <a class="moz-txt-link-rfc2396E" href="mailto:fziglio@redhat.com" moz-do-not-send="true"><fziglio@redhat.com></a>
---
 .gitlab-ci.yml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Results at <a class="moz-txt-link-freetext" href="https://gitlab.com/freddy77/spice/-/jobs/42033559" moz-do-not-send="true">https://gitlab.com/freddy77/spice/-/jobs/42033559</a>.

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)
 
</pre>
      </blockquote>
      <br>
      <pre wrap="">Acked-by: Snir Sheriber <a class="moz-txt-link-rfc2396E" href="mailto:jjongsma@redhat.com" moz-do-not-send="true"><ssheribe@redhat.com></a>
</pre>
    </blockquote>
    Forgot to mention-  s/not standard/non-standard/ sounds better to me<br>
  </body>
</html>