draft/.drone.yml

12 lines
182 B
YAML
Raw Normal View History

2019-06-18 08:59:58 +00:00
kind: pipeline
name: default
steps:
- name: test
image: golang:alpine
commands:
2019-06-18 09:15:13 +00:00
- CGO_ENABLED=0 go test -v ./...
2019-06-18 08:59:58 +00:00
volumes:
- name: gopath
path: /go