haskell-editor-setup icon indicating copy to clipboard operation
haskell-editor-setup copied to clipboard

Set up CI using GitHub actions and Nix

Open freeman42x opened this issue 5 years ago • 0 comments

Use whichever CI you decided on after doing research in https://github.com/fairy-tale-agi-solutions/haskell-editor-setup/issues/143

Tasks:

  • What you need to do is to do a nix-build in the project root. This requires having nix installed, cachix set up, etc.
  • Have a look at how jappiejappie did the CI here for TraviCI, for GitHub Actions there are probably a lot of similarities: https://github.com/jappeace/cut-the-crap/blob/master/.travis.yml#L7 Example CI output: https://travis-ci.org/github/jappeace/cut-the-crap

If using TravisCI requires any account create one for yourself and use it or ask me to create one for the organization.

freeman42x avatar Jun 16 '20 21:06 freeman42x