Browse Source

Add drone yml

master
Gregory Rudolph 1 year ago
parent
commit
ecc829bc03
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 11
      .drone.yml

11
.drone.yml

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