Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Martijn de Boer 2022-10-16 17:32:11 +02:00
parent f59c48be91
commit 8573a61602

View file

@ -10,10 +10,11 @@ steps:
- name: build
image: alpine
commands:
- cd tools/boon
- chmod +x boon
- ./boon love download 11.3
- ./boon build ../../
- apk add --no-cache bash
- bash
- chmod +x tools/boon/boon
- ./tools/boon/boon love download 11.3
- ./tools/boon/boon build .
- name: release
image: plugins/gitea-release
settings: