Added DroneCI config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Piotr Biernat 2020-09-17 20:53:31 +02:00
parent 5aa9c4dfdb
commit 04684d0b48

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
name: default
steps:
- name: test
image: golang
commands:
- go test
- go build