vision/.drone.yml

22 lines
464 B
YAML
Raw Normal View History

2022-10-16 15:13:38 +02:00
kind: pipeline
type: docker
name: default
steps:
2022-10-16 15:18:14 +02:00
- name: lint
image: registry.gitlab.com/pipeline-components/luacheck:latest
commands:
2022-10-16 15:31:54 +02:00
- luacheck --std +love -g -u -t .
2022-10-16 17:51:11 +02:00
# - 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