1
0
Fork 0
forked from boyska/circolog
circolog/.drone.yml

23 lines
310 B
YAML
Raw Normal View History

2018-08-23 01:26:01 +02:00
---
workspace:
base: /go
path: src/git.lattuga.net/boyska/circolog
pipeline:
build:
image: golang:${GO_VER}
commands:
- go get ./...
- go test
- go build
matrix:
GO_VER:
- 1.5
- 1.6
- 1.7
- 1.8
- 1.9
- 1.10
- latest