summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <freddy77@gmail.com>2022-01-27 09:10:55 +0000
committerFrediano Ziglio <freddy77@gmail.com>2022-01-27 09:16:53 +0000
commit8a1961104974587883e5ac3ebf4bd057ac556d12 (patch)
treefaac00a9fe826081b8d051416f1ba9b7eea4ad2e
parenta7b5474bf808934cf0ee1107a58d5f4d97b9afbf (diff)
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>
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c8dec7a..cfa6e72 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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'