-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Haskell CI via GitHub Actions #422
Conversation
This runs build/tests on github for all ghc versions in field tested-with. (Currently 8.0 - 8.10 latest minor versions.)
Breaks appveyor:
Please activate "Actions" to get the new actions in this PR running. On my account, actions succeed for ghc 8.8 and 8.10 but fail for ghc <= 8.6 because of the mismatch between installed Cabal version and Cabal version required by hpack. I filed haskell-CI/haskell-ci#468. |
@andreasabel Hey! Thanks for working on this! I have been looking into GitHub Actions myself lately. #423 is what I came up with + what use I across my repos. Specifically, I want the finally |
Closing in favor of #423. |
, GHC == 8.6.5 | ||
, GHC == 8.4.4 | ||
, GHC == 8.2.2 | ||
, GHC == 8.0.2 | ||
extra-source-files: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you should salvage this hunk from my PR.
Fair enough. But I think you should add the |
UPDATE: revised Hackage badge to blue, salvaged GHA badge from sol#422
UPDATE: revised Hackage badge to blue, salvaged GHA badge from sol#422 [ci skip]
UPDATE: revised Hackage badge to blue, salvaged GHA badge from sol#422 [ci skip]
UPDATE: revised Hackage badge to blue, salvaged GHA badge from sol#422 UPDATE 2: removed Travis badge [ci skip]
UPDATE: revised Hackage badge to blue, salvaged GHA badge from #422 UPDATE 2: removed Travis badge [ci skip]
Add GitHub Actions generated by haskell-ci.
This runs build/tests on github for all ghc versions in field tested-with. (Currently 8.0 - 8.10 latest minor versions.)
(Does not do any hpack-specific things, should there be any in the other CIs: travis, appveyor.)
Rationale: alternative to Travis CI.