add drone build

This commit is contained in:
Roy Olav Purser 2021-02-24 09:45:35 +01:00
parent fb74e86d44
commit 5a3d026b54
No known key found for this signature in database
GPG Key ID: 0BA77797F072BC52

17
.drone.yml Normal file
View File

@ -0,0 +1,17 @@
kind: pipeline:
name: default
steps:
- name: compile
image: gcc:latest
commands:
- make
- name: gitea_release
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_token
base_url: https://git.purser.it
files: bin/*
when:
event: push