1
0
Fork 0

Add CI pipeline
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Daniele Tricoli 2021-02-09 18:05:43 +01:00
parent c5ba7137e4
commit 71fca38e84
1 changed files with 11 additions and 0 deletions

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
kind: pipeline
type: docker
name: default
steps:
- name: test
image: golang:1.15
commands:
- go build
- go vet
- go test -v