This commit is contained in:
parent
199d0d8681
commit
4c61046d00
1 changed files with 7 additions and 7 deletions
14
.drone.yml
14
.drone.yml
|
@ -7,13 +7,13 @@ steps:
|
||||||
image: registry.gitlab.com/pipeline-components/luacheck:latest
|
image: registry.gitlab.com/pipeline-components/luacheck:latest
|
||||||
commands:
|
commands:
|
||||||
- luacheck --std +love -g -u -t .
|
- luacheck --std +love -g -u -t .
|
||||||
- name: build
|
- name: build
|
||||||
image: bash
|
image: bash
|
||||||
commands:
|
commands:
|
||||||
- curl -s -L https://github.com/dmoa/love-export/releases/download/v1.2/install.sh | bash
|
- curl -s -L https://github.com/dmoa/love-export/releases/download/v1.2/install.sh | bash
|
||||||
- love-export -D
|
- love-export -D
|
||||||
- ls
|
- ls
|
||||||
- ls releases
|
- ls releases
|
||||||
# - name: release
|
# - name: release
|
||||||
# image: plugins/gitea-release
|
# image: plugins/gitea-release
|
||||||
# settings:
|
# settings:
|
||||||
|
|
Loading…
Reference in a new issue