add ci config
This commit is contained in:
parent
b68e70170e
commit
9c33e27e51
10
.drone.yml
Normal file
10
.drone.yml
Normal 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 ./...
|
Loading…
Reference in New Issue
Block a user