summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2020-03-18 21:41:19 +0000
committerFrediano Ziglio <fziglio@redhat.com>2020-03-22 10:32:22 +0000
commit911a7aa9c6f401429dc26b04f25b782d5751d435 (patch)
tree89b43843d79c5bee7f7ab9ada4bec0397980f7e8
parent6a64d86d1d5e5a8cf5f843144f0ea02c7c13f89f (diff)
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@redhat.com>
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
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