pack everything in pipeline
This commit is contained in:
parent
2a366e24a5
commit
3437896cb3
1 changed files with 6 additions and 2 deletions
|
@ -3,8 +3,12 @@ pipeline:
|
|||
image: barichello/godot-ci
|
||||
pull: true
|
||||
commands:
|
||||
- godot --path src/ --export-debug "Linux/X11" ../frame_of_mind
|
||||
- godot --path src/ --export-debug "Linux/X11" ../build/frame_of_mind
|
||||
pack:
|
||||
commands:
|
||||
- tar --create --file frame_of_mind.tar.gz --gzip build/*
|
||||
upload:
|
||||
image: curlimages/curl
|
||||
pull: true
|
||||
commands:
|
||||
- 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
|
||||
- curl --user nek0:$${GITEA_TOKEN} --upload-file build/* https://gitea.nek0.eu/api/packages/nek0/generic/frame_of_mind/0.0.0/frame_of_mind.tar.gz
|
||||
|
|
Loading…
Reference in a new issue