Add '.drone.yml'
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Udovič Arns 2022-08-15 21:25:51 +00:00
parent 7ed3c128f4
commit 57726d8af7

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