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.