hanayo/.drone.yml

11 lines
157 B
YAML
Raw Permalink Normal View History

2019-02-23 13:29:15 +00:00
workspace:
base: /go
path: src/github.com/osuYozora/hanayo
pipeline:
build:
image: golang:1.10
pull: true
commands:
- go build -v .