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:28:48 +02:00
parent 4865f6d4eb
commit f59c48be91

View file

@ -10,9 +10,10 @@ steps:
- name: build
image: alpine
commands:
- chmod +x tools/boon/boon
- ./tools/boon/boon love download 11.3
- ./tools/boon/boon build .
- cd tools/boon
- chmod +x boon
- ./boon love download 11.3
- ./boon build ../../
- name: release
image: plugins/gitea-release
settings: