Drone build
This commit is contained in:
parent
7f8165e72b
commit
58654839fe
23
.drone.yml
Normal file
23
.drone.yml
Normal 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
|
||||
|
||||
...
|
Loading…
Reference in New Issue
Block a user