Ajout de .drone.yml

This commit is contained in:
maximeg 2023-12-05 11:28:35 +00:00
parent 0641a3411d
commit 6873dd0656

10
.drone.yml Normal file
View file

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