add drone config
continuous-integration/drone/push Build is failing Details

master
n1trux 4 years ago
parent 5d27db88d9
commit f9b85e9a26

@ -0,0 +1,11 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: Linux build
image: golang
commands:
- go build
- go test
Loading…
Cancel
Save