Add Drone tests (#3)

Add Drone tests

Reviewed-on: https://git.etztech.xyz/Etzelia/lurk/pulls/3
strict
Etzelia 2020-08-12 17:05:26 +02:00
parent d8188381d2
commit 4b94186a88
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
- name: check
pull: always
image: golang:1.15
commands:
- make vet