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