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

Try running the jsexec-testsuite with the MSVC Win32 build

parent 19acfbec
No related branches found
No related tags found
No related merge requests found
Pipeline #7932 failed
...@@ -139,7 +139,16 @@ smoketest-jsexec-win32: ...@@ -139,7 +139,16 @@ smoketest-jsexec-win32:
extends: .rules extends: .rules
script: script:
- cd src/sbbs3/msvc.win32.dll.release - cd src/sbbs3/msvc.win32.dll.release
- ..\msvc.win32.exe.release\jsexec -C exit(0)" - ..\msvc.win32.exe.release\jsexec -c../../../ctrl -C exit(0)"
dependencies: ["windows-x86 [sbbs]"]
"win32 jsexec-testsuite":
tags: [Windows]
stage: test
extends: .rules
script:
- cd src/sbbs3/msvc.win32.dll.release
- ..\msvc.win32.exe.release\jsexec -c../../../ctrl -C ../../../exec/tests/test.js
dependencies: ["windows-x86 [sbbs]"] dependencies: ["windows-x86 [sbbs]"]
"windows-x86 [sexpots]": "windows-x86 [sexpots]":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment