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
|
||||
commands:
|
||||
- luacheck --std +love -g -u -t .
|
||||
- name: build
|
||||
image: bash
|
||||
commands:
|
||||
- chmod +x build.sh
|
||||
- bash build.sh
|
||||
- name: release
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
api_key:
|
||||
from_secret: gitea_api
|
||||
base_url: https://git.biggetje.net
|
||||
files: release/*
|
||||
prerelease: true
|
||||
# - name: build
|
||||
# image: bash
|
||||
# commands:
|
||||
# - chmod +x build.sh
|
||||
# - bash build.sh
|
||||
# - name: release
|
||||
# image: plugins/gitea-release
|
||||
# settings:
|
||||
# api_key:
|
||||
# from_secret: gitea_api
|
||||
# base_url: https://git.biggetje.net
|
||||
# files: release/*
|
||||
# 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