Drone build

This commit is contained in:
Meutel 2019-09-11 15:03:12 +02:00
parent 7f8165e72b
commit 58654839fe

23
.drone.yml Normal file
View File

@ -0,0 +1,23 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: golang
environment:
CGO_ENABLED: 1
GOOS: linux
commands:
- go build -a -installsuffix cgo -o app .
trigger:
event:
- push
---
kind: signature
hmac: 128442eb962a622f93473fceba2988803c5c852c661f6b026536655f0c476eed
...