Skip to content
Snippets Groups Projects
Commit 5121b370 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Remove the PATH debug

Also add cryptlib to PATH for jsexec smoke test, just in case
parent 2237e03d
No related branches found
No related tags found
No related merge requests found
Pipeline #8146 passed
......@@ -139,6 +139,7 @@ smoketest-jsexec-win32:
extends: .rules
script:
- cd src/sbbs3/msvc.win32.dll.release
- $env:PATH = $env:CI_PROJECT_DIR + "\3rdp\win32.release\cryptlib\bin;" + $env:PATH
- ..\msvc.win32.exe.release\jsexec -c../../../ctrl -C exit(0)"
dependencies: ["windows-x86 [sbbs]"]
......@@ -149,7 +150,6 @@ smoketest-jsexec-win32:
script:
- cd src/sbbs3/msvc.win32.dll.release
- $env:PATH = $env:CI_PROJECT_DIR + "\3rdp\win32.release\cryptlib\bin;" + $env:PATH
- echo $env:PATH
- ..\msvc.win32.exe.release\jsexec -c../../../ctrl -C ../../../exec/tests/test.js
dependencies: ["windows-x86 [sbbs]"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment