Tim McGilchrist
Tim McGilchrist
https://github.com/helium/airship/blob/master/src/Airship/Internal/Decision.hs#L320-L324
https://github.com/helium/airship/blob/master/src/Airship/Internal/Decision.hs#L339-L342
Probably consult the original Erlang port to see how they do it. https://github.com/helium/airship/blob/master/src/Airship/Internal/Decision.hs#L675-L680
Since mafia is supposed to be a thin wrapper around cabal, it would make sense to see if we can switch over to using cabal new-build and friends.
Currently `mafia` assumes a project is under `git`. Sometimes I have `darcs` projects I want to use with `mafia`. Currently my work around is to `git init` and then run...
Motivation: I have a project which has a library component and a pre-processor which generates some code, in this case it dumps out the generated code for a bunch of...
See https://github.com/ocurrent/ocaml-ci/issues/422 for detailed list. All the changes made will be in ocurrent proper and can be shared between all pipelines using ocurrent.
Provide a more visible button/widget to copy the docker command to reproduce a build.