Skip to content

Commit b7e8d12

Browse files
committed
ci: set path to include qt dlls folder
1 parent fe376d1 commit b7e8d12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/Jenkinsfile.tests-e2e.windows

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ pipeline {
7171
STATUS_RUNTIME_WS_API = 'False'
7272

7373
/* Avoid race conditions with other builds using virtualenv. */
74-
VIRTUAL_ENV = "${WORKSPACE_TMP}/venv"
75-
PATH = "${VIRTUAL_ENV}/bin:${PATH}"
74+
VIRTUAL_ENV = "${WORKSPACE_TMP}\\venv"
75+
PATH = "${VIRTUAL_ENV}\\bin;C:\\Qt\\6.9.0\\msvc2022_64\\bin;${PATH}"
7676

7777
/* To store user configuratiin files in temp dir */
7878
XDG_CONFIG_HOME = "${WORKSPACE_TMP}/config"

0 commit comments

Comments
 (0)