From 161ad4e2204d81555e44ffa8df04d972003fea66 Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Sat, 26 Sep 2020 23:28:11 +1000 Subject: [PATCH] added CI --- .drone.yml | 11 +++++++++++ README.md | 1 + 2 files changed, 12 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..d8fa8ec --- /dev/null +++ b/.drone.yml @@ -0,0 +1,11 @@ +--- +kind: pipeline +type: docker +name: default + +steps: +- name: build + image: mcr.microsoft.com/dotnet/core/sdk:3.1 + commands: + - dotnet build + diff --git a/README.md b/README.md index 13af792..9d3fdb4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ BunyMuny === +[![Build Status](https://drone.bune.city/api/badges/lynnesbian/BunyMuny/status.svg)](https://drone.bune.city/lynnesbian/BunyMuny) BunyMuny parses the CSV output of various bank statement listings and converts it to something more human readable with nice visualisations.