Add drone build
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: test
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: golang:1.12
|
||||||
|
commands:
|
||||||
|
- make test
|
||||||
Reference in New Issue
Block a user