zengo/.drone.yml

8 lines
125 B
YAML
Raw Permalink Normal View History

2021-09-27 17:38:21 +07:00
kind: pipeline
type: docker
name: ci
steps:
- name: test
image: d.ctdn.net/golang:latest
commands:
- go build