Skip to content

Commit

Permalink
Add travis badge and build
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Middendorf committed Jun 12, 2019
1 parent 3da531c commit 3739b6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
language: nix
3 changes: 3 additions & 0 deletions Readme.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
* mt940-ledger

[[https://travis-ci.org/pmiddend/mt940-ledger.svg?branch=master][https://travis-ci.org/pmiddend/mt940-ledger.svg?branch=master]]

mt940 is a small program to /interactively/ process a file stored in *MT940 CSV* format (which is exported by at least one large German bank) and store the results in [[http://ledger-cli.org/][ledger]] format.
** Dependencies
mt940-ledger only depends on the *readline* library, *make* and a recent *C++11 compiler* (gcc-4.9 or clang). On /Ubuntu/, you can install the package =libreadline-dev= and =build-essential= and you should be good to go.
Expand Down

0 comments on commit 3739b6f

Please sign in to comment.