added automated testing with drone
This commit is contained in:
parent
a51a1884f1
commit
2cf880ed88
1 changed files with 14 additions and 0 deletions
14
.drone.yaml
Normal file
14
.drone.yaml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
kind: pipeline
|
||||||
|
type: kubernetes
|
||||||
|
name: default
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: golang:alpine
|
||||||
|
commands:
|
||||||
|
- go build
|
||||||
|
- go test
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
event:
|
||||||
|
- push
|
Loading…
Add table
Reference in a new issue