Add Drone tests (#13)

Add Drone tests

Reviewed-on: https://git.etztech.xyz/Etzelia/sedbot/pulls/13
fix-app
Etzelia 2020-08-12 19:03:31 +02:00
parent ff397f14e6
commit 944e417ddb
1 changed files with 18 additions and 0 deletions

18
.drone.yml 100644
View File

@ -0,0 +1,18 @@
---
kind: pipeline
name: compliance
trigger:
event:
- pull_request
steps:
- name: build
pull: always
image: golang:1.15
commands:
- make test
- make build-all
- name: check
pull: always
image: golang:1.15
commands:
- make vet