feat: Add CI
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
ptrcnull 2021-11-16 13:28:45 +01:00
parent 3d97c863d1
commit 12be94f4e5

9
.drone.yml Normal file
View file

@ -0,0 +1,9 @@
kind: pipeline
type: docker
name: build
steps:
- name: test
image: "golang:alpine"
commands:
- go build