added CI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lynne Megido 2020-09-26 23:28:11 +10:00
parent 2ce2a51588
commit 161ad4e220
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90
2 changed files with 12 additions and 0 deletions

11
.drone.yml Normal file
View File

@ -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

View File

@ -1,5 +1,6 @@
BunyMuny 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. BunyMuny parses the CSV output of various bank statement listings and converts it to something more human readable with nice visualisations.