💚 enable cicd tests

This commit is contained in:
anyreso 2024-04-15 15:19:56 -04:00
parent bbb5025773
commit dd77b597ad

View file

@ -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: