mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-07-13 15:34:53 +00:00
💚 enable cicd tests
This commit is contained in:
parent
bbb5025773
commit
dd77b597ad
1 changed files with 12 additions and 0 deletions
|
|
@ -18,9 +18,21 @@ addons:
|
|||
- timeout 10 godot --headless --editor --verbose || true
|
||||
only:
|
||||
- main
|
||||
- develop
|
||||
|
||||
# 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
|
||||
only:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue