1
0
mirror of https://git.sdf.org/rudi/headless9.git synced 2026-03-22 05:17:27 +00:00

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

This commit is contained in:
2022-10-23 00:38:32 -04:00
parent cac8018796
commit ecc829bc03

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
kind: pipeline
type: docker
name: default
steps:
- name: Build
image: golang
commands:
- go get ./...
- go vet -v
- go build