Add drone yml

This commit is contained in:
Rudi
2022-10-23 00:38:32 -04:00
parent cac8018796
commit ecc829bc03

11
.drone.yml Normal file
View File

@@ -0,0 +1,11 @@
kind: pipeline
type: docker
name: default
steps:
- name: Build
image: golang
commands:
- go get ./...
- go vet -v
- go build