drone CI
This commit is contained in:
parent
71763cf8b1
commit
5b7ddb62a6
1 changed files with 22 additions and 0 deletions
22
.drone.yml
Normal file
22
.drone.yml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
---
|
||||||
|
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
|
Loading…
Reference in a new issue