Add drone ci config
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Andinus 2020-04-15 20:28:29 +05:30
parent 26f5e1863f
commit 11e2e11928
Signed by: andinus
GPG Key ID: B67D55D482A799FD
1 changed files with 14 additions and 0 deletions

14
build/ci/drone.yml Normal file
View File

@ -0,0 +1,14 @@
---
kind: pipeline
name: testing
steps:
- name: vet
image: golang:1.13
commands:
- go vet ./...
- name: test
image: golang:1.13
commands:
- go test -v ./...