1
Fork 0

Add Drone CI config

master
Vladimir Hodakov 2019-10-08 05:45:02 +04:00
parent 3dd4a82c45
commit 33024e3ef3
Signed by: Vladimir Hodakov
GPG Key ID: 673980B6882F82C6
1 changed files with 13 additions and 0 deletions

13
.drone.yml Normal file
View 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