Added Drone CI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
DataHoarder 2022-06-12 02:12:14 +02:00
parent 9c7046aabd
commit 2830b4f879
Signed by: DataHoarder
SSH key fingerprint: SHA256:OLTRf6Fl87G52SiR7sWLGNzlJt4WOX+tfI2yxo0z7xk

10
.drone.yml Normal file
View file

@ -0,0 +1,10 @@
---
kind: pipeline
type: docker
name: build
steps:
- name: build
image: golang:1.18-bullseye
commands:
- CGO_ENABLED=0 GOOS=linux go test -cover -v ./...