From a73b82fc18af9b3e11f2808de54fbcc8d57cc250 Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Thu, 11 Nov 2021 09:58:06 +0000 Subject: [PATCH] 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 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f8a68b8..a36d012c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: