[Spice-commits] .gitlab-ci.yml

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jul 27 09:18:32 UTC 2018


 .gitlab-ci.yml |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 240ee0b792577e9380b2ef11e78c42be2f94a162
Author: Snir Sheriber <ssheribe at redhat.com>
Date:   Thu Jul 26 10:12:11 2018 +0300

    ci: celt051 is disabled by autogen.sh, avoid disabling it again
    
    Acked-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e2c35ef..a34eb0e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ before_script:
 
 makecheck:
   script:
-  - ./autogen.sh --enable-static --disable-celt051
+  - ./autogen.sh --enable-static
   - make -j4
   - make check
 
@@ -27,6 +27,5 @@ makecheck_simple:
         --enable-smartcard=no
         --enable-usbredir=no
         --enable-dbus=no
-        --disable-celt051
   - make -j4
   - make check


More information about the Spice-commits mailing list