mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-08-10 11:39:53 +00:00
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:
parent
a7b5474bf8
commit
8a19611049
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user