client: reorg/factoring for 'experimental' builds

- Dockerfiles: separation of concerns for build types
- Dockerfiles: pull from respective hledger-based branches/tags
- Dockerfiles: move hledger-based test building into experimental
- docker-finance.yaml: add commented package 'unuran' (experimental)
This commit is contained in:
2024-07-13 23:35:09 -07:00
parent 2662937a47
commit b7900f1eef
9 changed files with 203 additions and 4 deletions

View File

@@ -35,7 +35,6 @@ RUN git clone --depth=1 https://github.com/apauley/hledger-flow -b v0.15.0
WORKDIR /usr/local/src/hledger-flow
RUN stack setup
RUN stack build
RUN stack test --interleaved-output --pedantic
RUN stack install --local-bin-path=/usr/local/bin
# vim: sw=2 sts=2 si ai et