Add '.drone.yml'

This commit is contained in:
Udovič Arns 2022-08-08 05:25:48 +00:00
parent 26f493cc59
commit f5636aea58

10
.drone.yml Normal file
View file

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