add ci config

This commit is contained in:
Jay 2018-04-27 14:52:07 +08:00
parent b68e70170e
commit 9c33e27e51
1 changed files with 10 additions and 0 deletions

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
workspace:
base: /go
path: src/git.trj.tw/golang/go-pgp-tool
pipeline:
build:
image: golang:latest
commands:
- go get
- go test -v ./...