go-ddns-client/.drone.yml
2019-05-09 16:13:25 +08:00

10 lines
133 B
YAML

kind: pipeline
name: build_release
steps:
- name: test and build
image: golang
commands:
- go test
- go build