go-ddns-client/.drone.yml

10 lines
133 B
YAML
Raw Normal View History

2019-05-09 08:13:25 +00:00
kind: pipeline
name: build_release
steps:
- name: test and build
image: golang
commands:
- go test
- go build