mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-01-19 19:44:46 +00:00
🍻 forgot tests stage
This commit is contained in:
parent
445fe8d7ee
commit
7b64ae302b
|
|
@ -23,9 +23,18 @@ addons:
|
|||
rules:
|
||||
- if: '$CI_COMMIT_TAG =~ /^v\d\.\d\.\d$/'
|
||||
|
||||
# run tests
|
||||
tests:
|
||||
stage: tests
|
||||
needs: [ "addons" ]
|
||||
script:
|
||||
- godot --headless --path "$PWD" -s addons/gut/gut_cmdln.gd
|
||||
only:
|
||||
- main
|
||||
- develop
|
||||
|
||||
# export binaries
|
||||
.export_presets:
|
||||
needs: [ "tests" ]
|
||||
before_script:
|
||||
- cp "$EXPORT_PRESETS" export_presets.cfg
|
||||
- export ZIP_ARCHIVE_NAME="$EXPORT_NAME-$CI_COMMIT_TAG-$CI_JOB_NAME.zip"
|
||||
|
|
|
|||
Loading…
Reference in a new issue