[Spice-commits] .gitlab-ci.yml

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Mar 27 06:00:12 UTC 2020


 .gitlab-ci.yml |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 911a7aa9c6f401429dc26b04f25b782d5751d435
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Wed Mar 18 21:41:19 2020 +0000

    ci: Use spice-protocol master for make-win job
    
    All other projects just use master version of spice-protocol.
    Do this also on Windows to use the last sources, it could happen
    that we need them and not last packaged version.
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e4e436d..c8dec7a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,9 +35,11 @@ make-win:
   script:
   - >
     dnf install mingw64-gcc mingw64-pkg-config mingw64-pixman mingw64-openssl
-    mingw64-opus mingw64-spice-protocol mingw64-glib2 mingw64-glib-networking mingw64-gdk-pixbuf
+    mingw64-opus mingw64-glib2 mingw64-glib-networking mingw64-gdk-pixbuf
     'wine-core(x86-64)'
     -y
+  - mkdir spice-protocol/build
+  - (cd spice-protocol/build && mingw64-meson --werror && ninja install)
   - NOCONFIGURE=yes ./autogen.sh
   - >
     PYTHON=python3


More information about the Spice-commits mailing list