diff options
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0faea7d..3d4f533 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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) |