This commit is contained in:
parent
4865f6d4eb
commit
f59c48be91
1 changed files with 4 additions and 3 deletions
|
@ -10,9 +10,10 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- chmod +x tools/boon/boon
|
- cd tools/boon
|
||||||
- ./tools/boon/boon love download 11.3
|
- chmod +x boon
|
||||||
- ./tools/boon/boon build .
|
- ./boon love download 11.3
|
||||||
|
- ./boon build ../../
|
||||||
- name: release
|
- name: release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Reference in a new issue