From bd51e65a9caa3a3f6af9d666dcdef04bf3c97d76 Mon Sep 17 00:00:00 2001 From: "Rob Swindell (on Windows 11)" <rob@synchro.net> Date: Sun, 2 Feb 2025 23:32:42 -0800 Subject: [PATCH] Try setting the PATH to point to the win32.release/cryptlib/bin dir ... so we always use the correct cl32.dll when running the jsexec test suite on Windows. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29fe7d2ef7..82cf2ecb28 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -148,6 +148,7 @@ smoketest-jsexec-win32: extends: .rules script: - cd src/sbbs3/msvc.win32.dll.release + - set PATH=%CI_PROJECT_PATH%\3rdp\win32.release\cryptlib\bin - ..\msvc.win32.exe.release\jsexec -c../../../ctrl -C ../../../exec/tests/test.js dependencies: ["windows-x86 [sbbs]"] -- GitLab