Add Drone CI config
This commit is contained in:
parent
3dd4a82c45
commit
33024e3ef3
13
.drone.yml
Normal file
13
.drone.yml
Normal file
@ -0,0 +1,13 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: test
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: fat0troll/tdlib-golangci
|
||||
commands:
|
||||
- go test -test.v -cover `go list ./... | grep -v examples | grep -v internal`
|
||||
- name: lint
|
||||
image: fat0troll/tdlib-golangci
|
||||
commands:
|
||||
- golangci-lint run
|
Reference in New Issue
Block a user