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:34:10 +02:00
parent 8573a61602
commit 332808db2e

View file

@ -8,10 +8,8 @@ steps:
commands: commands:
- luacheck --std +love -g -u -t . - luacheck --std +love -g -u -t .
- name: build - name: build
image: alpine image: bash
commands: commands:
- apk add --no-cache bash
- bash
- 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 .