drone
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Martijn de Boer 2022-10-29 13:44:36 +02:00
parent 199d0d8681
commit 4c61046d00
No known key found for this signature in database
GPG key ID: 9D2E42402DD372D1

View file

@ -7,13 +7,13 @@ steps:
image: registry.gitlab.com/pipeline-components/luacheck:latest
commands:
- luacheck --std +love -g -u -t .
- name: build
image: bash
commands:
- curl -s -L https://github.com/dmoa/love-export/releases/download/v1.2/install.sh | bash
- love-export -D
- ls
- ls releases
- name: build
image: bash
commands:
- curl -s -L https://github.com/dmoa/love-export/releases/download/v1.2/install.sh | bash
- love-export -D
- ls
- ls releases
# - name: release
# image: plugins/gitea-release
# settings: