Skip to content
Snippets Groups Projects
Commit 16448b0b authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Run tests in both jsdoor and jsexec

parent 3fa9ba2d
No related branches found
No related tags found
No related merge requests found
Pipeline #7839 failed
......@@ -702,6 +702,22 @@ spec:
when: never
- !reference [.rules, rules]
"$[[ inputs.os ]]-$[[ inputs.platform ]] js-testsuite":
extends:
- .$[[ inputs.os ]]-test
script:
- tar -xzf "/tmp/gitlab-runner/$[[ inputs.os ]]-$[[ inputs.platform ]]-${CI_PIPELINE_ID}/jsdoor.tgz"
- "SBBSCTRL=./ctrl src/sbbs3/*.exe.release/jsdoor -f exec/tests/test.js"
needs:
- job: "$[[ inputs.os ]]-$[[ inputs.platform ]] [jsdoor]"
artifacts: false
rules:
- if: '"$[[ inputs.cross_platform ]]" == "yes"'
when: never
- if: '"$[[ inputs.no_javascript ]]" == "yes"'
when: never
- !reference [.rules, rules]
###########
# Cleanup #
###########
......
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