diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..06eb6a6 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,11 @@ +--- +kind: pipeline +type: docker +name: default + +steps: +- name: backend + image: golang + commands: + - go build + - go test diff --git a/README.md b/README.md new file mode 100644 index 0000000..99a028a --- /dev/null +++ b/README.md @@ -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 + +