builds
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Martijn de Boer 2022-10-29 15:29:46 +02:00
parent fe7eb37bb0
commit 28fcbeb054
No known key found for this signature in database
GPG key ID: 9D2E42402DD372D1

View file

@ -9,6 +9,8 @@ steps:
- luacheck --std +love -g -u -t .
- name: build
image: bash
when:
event: tag
commands:
- apk update
- apk upgrade
@ -17,6 +19,8 @@ steps:
- bash tools/build.sh
- name: release
image: plugins/gitea-release
when:
event: tag
settings:
api_key:
from_secret: gitea_api