mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-gtk
synced 2026-01-07 20:30:36 +00:00
ci: Test for Windows coroutines
Signed-off-by: Frediano Ziglio <freddy77@gmail.com> Acked-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
aa8741d16b
commit
25cbf8b45f
@ -18,6 +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
|
||||
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
|
||||
@ -69,3 +70,4 @@ windows:
|
||||
- mkdir build-win64 && cd build-win64
|
||||
- mingw64-meson --buildtype=release -Dgtk_doc=disabled --werror
|
||||
- ninja install
|
||||
- (cd tests && DISPLAY= WINEPATH=/usr/x86_64-w64-mingw32/sys-root/mingw/bin wine test-coroutine.exe)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user