From 914971d1c120bd81f62b83dc14e5362231139af0 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Thu, 3 Dec 2020 12:32:29 -0500 Subject: [PATCH] drone testing Signed-off-by: Vincent Batts --- .drone.yml | 11 +++++++++++ README.md | 7 +++++++ 2 files changed, 18 insertions(+) create mode 100644 .drone.yml create mode 100644 README.md 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 + +