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

Add simple jsexec smoke test (for linux SBBS build)

First attempt at adding tests to the CI pipeline
parent d84ba0d1
No related branches found
No related tags found
No related merge requests found
Pipeline #5506 failed
......@@ -23,6 +23,16 @@ sbbs-linux:
- "src/sbbs3/*.lib.release/*"
- "src/sbbs3/*/*.exe.release/*"
smoketest-jsexec-linux:
tags: [Linux]
image: gcc
stage: test
script:
- cd src/sbbs3
- *.exe.release/jsexec -r 'exit(42)'
allow_failure:
exit_codes: 42
sexpots-linux:
tags: [Linux]
image: gcc
......
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