summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <freddy77@gmail.com>2021-11-11 09:58:06 +0000
committerVictor Toso <me@victortoso.com>2022-03-24 12:37:26 +0000
commita73b82fc18af9b3e11f2808de54fbcc8d57cc250 (patch)
tree9604ba13d65c3ca7ca415b2255b3b5e0e753e703
parentdd4c11ae9819c7a5290a2fc286dbacb69a287096 (diff)
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>
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
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: