mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 14:41:25 +00:00
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:
parent
dd4c11ae98
commit
a73b82fc18
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user