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

This PowerShell, not cmd.exe, as Deuce pointed out

Oops.
parent d5ecdaaa
Branches
Tags
No related merge requests found
Pipeline #8139 failed
...@@ -148,8 +148,7 @@ smoketest-jsexec-win32: ...@@ -148,8 +148,7 @@ smoketest-jsexec-win32:
extends: .rules extends: .rules
script: script:
- cd src/sbbs3/msvc.win32.dll.release - cd src/sbbs3/msvc.win32.dll.release
- set PATH="%CI_PROJECT_PATH%\3rdp\win32.release\cryptlib\bin" - $env:PATH = "%CI_PROJECT_PATH%\3rdp\win32.release\cryptlib\bin"
- echo "%PATH%"
- ..\msvc.win32.exe.release\jsexec -c../../../ctrl -C ../../../exec/tests/test.js - ..\msvc.win32.exe.release\jsexec -c../../../ctrl -C ../../../exec/tests/test.js
dependencies: ["windows-x86 [sbbs]"] 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