drone testing
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
80fe32f52e
commit
914971d1c1
2 changed files with 18 additions and 0 deletions
11
.drone.yml
Normal file
11
.drone.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: backend
|
||||
image: golang
|
||||
commands:
|
||||
- go build
|
||||
- go test
|
7
README.md
Normal file
7
README.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# marshal test
|
||||
|
||||
[![Build Status](https://drone.thisco.de/api/badges/vbatts/mtest/status.svg)](https://drone.thisco.de/vbatts/mtest)
|
||||
|
||||
A simple playing with CBOR and JSON
|
||||
|
||||
|
Loading…
Reference in a new issue