[Spice-commits] .gitlab-ci.yml

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jul 4 14:52:43 UTC 2022


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

New commits:
commit 9788b24e8cbf6555ab25a8930a81c8d751e8e286
Author: Frediano Ziglio <freddy77 at gmail.com>
Date:   Mon Jul 4 15:44:51 2022 +0100

    ci: Make Windows test work again
    
    Install whole wine instead of just core.
    Set language to avoid warning in GLib.
    
    Signed-off-by: Frediano Ziglio <freddy77 at gmail.com>

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d428195..71c7bab 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ variables:
               mingw64-gtk3 mingw64-json-glib mingw64-opus
               mingw64-gstreamer1-plugins-base mingw64-gstreamer1-plugins-good
               mingw64-usbredir mingw32-usbredir
-              wine-core.x86_64 wine-core.i686
+              wine
 
   GIT_SUBMODULE_STRATEGY: recursive
 
@@ -70,5 +70,4 @@ windows:
     - mkdir build-win64 && cd build-win64
     - mingw64-meson --buildtype=release -Dgtk_doc=disabled --werror
     - ninja install
-    # FIXME: fails in gitlab CI
-    # - (cd tests && DISPLAY= WINEPATH=/usr/x86_64-w64-mingw32/sys-root/mingw/bin wine test-coroutine.exe)
+    - (cd tests && LANG=en_US.UTF-8 DISPLAY= WINEPATH=/usr/x86_64-w64-mingw32/sys-root/mingw/bin wine test-coroutine.exe)


More information about the Spice-commits mailing list