add CI
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Wojciech Kwolek 2021-09-29 23:50:45 +02:00
parent aeee144ebb
commit 5cfad7a4e7
1 changed files with 10 additions and 0 deletions

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: build and test
image: golang
commands:
- go build
- go test