7 lines
297 B
YAML
7 lines
297 B
YAML
pipeline:
|
|
build:
|
|
image: barichello/godot-ci
|
|
pull: true
|
|
commands:
|
|
- godot --path src/ --export-debug "Linux/X11" frame_of_mind
|
|
- curl --user nek0:$${GITEA_TOKEN} --upload-file frame_of_mind https://gitea.nek0.eu/api/packages/nek0/generic/frame_of_mind/0.0.0/frame_of_mind
|