diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..cb53dfa --- /dev/null +++ b/.drone.yml @@ -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 \ No newline at end of file