merp/.drone.yml

14 lines
173 B
YAML
Raw Normal View History

2019-11-07 20:40:04 +00:00
kind: pipeline
type: docker
name: default
steps:
- name: build
image: golang:1.13
commands:
- go get -v
- make build
- go get golang.org/x/lint
- golint ./...