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 - 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: