Add drone build
This commit is contained in:
parent
e3da2e4f80
commit
ba2bb86be6
8
.drone.yml
Normal file
8
.drone.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: test
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: golang:1.12
|
||||||
|
commands:
|
||||||
|
- make test
|
Loading…
Reference in New Issue
Block a user