foundation icon indicating copy to clipboard operation
foundation copied to clipboard

make automated travis release

Open vincenthz opened this issue 7 years ago • 3 comments

for example @tfausak had some handy script&travis stanza:

https://github.com/tfausak/rattletrap/blob/345f1d072018e072b19323311cf46043cd6af5b7/.travis.yml#L7-L8

and the upload script:

https://github.com/tfausak/rattletrap/blob/345f1d072018e072b19323311cf46043cd6af5b7/tools/upload-package.hs

vincenthz avatar Jun 15 '17 17:06 vincenthz

I'm happy to help with this! I want to write a blog post about it too :) https://github.com/tfausak/tfausak.github.io/issues/132

tfausak avatar Jun 15 '17 17:06 tfausak

or one could simply use what is already available:

https://docs.travis-ci.com/user/deployment/hackage/

NicolasDP avatar Jun 15 '17 17:06 NicolasDP

probably useful to see how to mix things, but as a downer using travis hackage deployment is probably going to use cabal, so caveat of no automatic generation of hpack (provided we moved to it succesfully)

vincenthz avatar Jun 15 '17 18:06 vincenthz