1
0
mirror of https://git.sdf.org/rudi/headless9.git synced 2026-08-21 18:20:24 +00:00

Add drone yml
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
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