hide peers, add drone ci, doc update
This commit is contained in:
11
.drone.yml
Normal file
11
.drone.yml
Normal file
@ -0,0 +1,11 @@
|
||||
type: docker
|
||||
kind: pipeline
|
||||
name: unit
|
||||
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: golang
|
||||
commands:
|
||||
- go test
|
||||
- go build
|
Reference in New Issue
Block a user