This commit is contained in:
parent
9f23fd2bcd
commit
ad837e6df4
2 changed files with 13 additions and 21 deletions
26
.drone.yml
26
.drone.yml
|
@ -7,16 +7,16 @@ 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:
|
||||||
- chmod +x build.sh
|
# - chmod +x build.sh
|
||||||
- bash build.sh
|
# - bash build.sh
|
||||||
- name: release
|
# - name: release
|
||||||
image: plugins/gitea-release
|
# image: plugins/gitea-release
|
||||||
settings:
|
# settings:
|
||||||
api_key:
|
# api_key:
|
||||||
from_secret: gitea_api
|
# from_secret: gitea_api
|
||||||
base_url: https://git.biggetje.net
|
# base_url: https://git.biggetje.net
|
||||||
files: release/*
|
# files: release/*
|
||||||
prerelease: true
|
# prerelease: true
|
8
build.sh
8
build.sh
|
@ -1,8 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
pwd
|
|
||||||
ls
|
|
||||||
cd /drone/src
|
|
||||||
chmod +x tools/boon/boon
|
|
||||||
ls tools/boon/boon
|
|
||||||
./tools/boon/boon love download 11.3
|
|
||||||
./tools/boon/boon build .
|
|
Loading…
Reference in a new issue