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:59:36 +00:00
|
|
|
- godot --path src/ --export-debug "Linux/X11" ../frame_of_mind
|
2022-12-18 16:55:07 +00:00
|
|
|
upload:
|
|
|
|
image: curlimages/curl
|
|
|
|
commands:
|
2022-12-18 16:47:02 +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
|