We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c96610 + f775c78 commit 2bb277eCopy full SHA for 2bb277e
.circleci/config.yml
@@ -0,0 +1,14 @@
1
+version: 2
2
+jobs:
3
+ build:
4
+ docker:
5
+ - image: haskell:latest
6
+ steps:
7
+ - checkout
8
+ - run: DEBIAN_FRONTEND=noninteractive apt-get update
9
+ - run: DEBIAN_FRONTEND=noninteractive apt-get install -y xz-utils make
10
+ - run: stack upgrade
11
+ - run: stack setup
12
+ - run: stack build
13
+ - run: stack test
14
+
README.md
@@ -1,5 +1,7 @@
# idid what?
+[](https://circleci.com/gh/dbalan/idid/tree/master)
Simple CLI to keep track of what I did. Data is stored in a text file, and the format is quite simple. <date-time> <msg>
## API
0 commit comments