[Spice-devel] [spice-protocol 2/2] fixup: gitlab-ci: to fix after mingw

Victor Toso victortoso at redhat.com
Wed Oct 23 08:34:10 UTC 2019


From: Victor Toso <me at victortoso.com>

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index da4f512..c7028dd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,9 +4,10 @@ variables:
   DEPS_COMMON: git libtool make python3 python3-six redhat-rpm-config
                python3-pyparsing meson ninja-build gtk-doc glib2-devel
                gettext gettext-devel bzip2 rpmlint rpm-build
+  DEPS_MINGW: mingw32-filesystem mingw64-filesystem
 
 before_script:
-- dnf install -y $DEPS_COMMON
+- dnf install -y $DEPS_COMMON $DEPS_MINGW
 
 fedora-autotools:
   script:
-- 
2.21.0



More information about the Spice-devel mailing list