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

Add a smoke test for msvc/win32 build of jsexec

parent 3330268b
No related branches found
No related tags found
No related merge requests found
Pipeline #7929 passed
......@@ -133,6 +133,15 @@ smoketest-jsexec-linux:
- "src/sbbs3/*/*.exe"
- "xtrn/*/*.exe"
smoketest-jsexec-win32:
tags: [Windows]
stage: test
extends: .rules
script:
- cd src/sbbs3/msvc.win32.dll.release
- ..\msvc.win32.exe.release\jsexec -C exit(0)"
dependencies: ["windows-x86 [sbbs]"]
"windows-x86 [sexpots]":
tags: [Windows]
stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment