This commit is contained in:
parent
f59c48be91
commit
8573a61602
1 changed files with 5 additions and 4 deletions
|
@ -10,10 +10,11 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- cd tools/boon
|
- apk add --no-cache bash
|
||||||
- chmod +x boon
|
- bash
|
||||||
- ./boon love download 11.3
|
- chmod +x tools/boon/boon
|
||||||
- ./boon build ../../
|
- ./tools/boon/boon love download 11.3
|
||||||
|
- ./tools/boon/boon build .
|
||||||
- name: release
|
- name: release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Reference in a new issue