Explorar el Código

Add drone config

Bernhard Froehlich hace 6 años
padre
commit
2c9645ac68
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      .drone.yml

+ 8 - 0
.drone.yml

@@ -0,0 +1,8 @@
+kind: pipeline
+name: default
+
+steps:
+- name: build
+  image: golang
+  commands:
+  - go build