ci: Set WINEPATH before executing tests for Windows

Without it on Fedora 35 Wine is not able to find DLLs installed
on the system.

Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
This commit is contained in:
Frediano Ziglio 2021-11-11 09:58:06 +00:00 committed by Victor Toso
parent dd4c11ae98
commit a73b82fc18

View File

@ -161,6 +161,7 @@ makecheck-windows:
- mingw64-configure
- mingw64-make
- export G_TLS_GNUTLS_PRIORITY="NORMAL:%COMPAT"
- export WINEPATH='Z:\usr\x86_64-w64-mingw32\sys-root\mingw\bin'
- mingw64-make LOG_COMPILE=wine -C server check || (cat server/tests/test-suite.log && exit 1)
websocket-autobahn: