ci: Set WINEPATH during Windows build

Without it on Fedora 35 Wine is not able to find DLLs installed
on the system.
This will cause failures executing tests but this also helps in
case there are tests during the configuration phase.

Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
This commit is contained in:
Frediano Ziglio 2022-01-27 09:10:55 +00:00
parent a7b5474bf8
commit 8a19611049

View File

@ -41,6 +41,7 @@ make-win:
- mkdir spice-protocol/build
- (cd spice-protocol/build && mingw64-meson --werror && ninja install)
- NOCONFIGURE=yes ./autogen.sh
- export WINEPATH='Z:\usr\x86_64-w64-mingw32\sys-root\mingw\bin'
- >
PYTHON=python3
CFLAGS='-O2 -pipe -g -fsanitize=address -fno-omit-frame-pointer -Wframe-larger-than=40920'