ex-thumbnailator/.drone.yml

10 lines
115 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: golang
commands:
- go build
- go test