2022-12-16 20:27:29 +00:00
|
|
|
pipeline:
|
|
|
|
build:
|
2022-12-18 16:03:16 +00:00
|
|
|
image: barichello/godot-ci
|
2022-12-16 20:27:29 +00:00
|
|
|
pull: true
|
|
|
|
commands:
|
2022-12-18 16:17:44 +00:00
|
|
|
- godot --path src/ --export-debug "Linux/X11" frame_of_mind
|
2022-12-18 16:41:05 +00:00
|
|
|
- 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
|