haskell / happy

The Happy parser generator for Haskell
Other
276 stars 85 forks source link

CI on GitHub via `haskell-ci github happy.cabal` #196

Closed andreasabel closed 3 years ago

andreasabel commented 3 years ago

Out-of-the box CI on GitHub using the haskell-ci tool, put patched for happy, similar to https://github.com/simonmar/alex/pull/189.

[fixes #189] [fixes #193]

andreasabel commented 3 years ago

GHA workflow run is at https://github.com/andreasabel/happy/actions/runs/1031280160

Ericson2314 commented 3 years ago

Can you delete Travis too?

Ericson2314 commented 3 years ago

I emailed @simonmar and @int-index about enabling GitHub actions in this repo.

andreasabel commented 3 years ago

Can you delete Travis too?

Avec plaisir. Voila!

I emailed @simonmar and @int-index about enabling GitHub actions in this repo.

Good. I do not fully understand how this works, but it could be that the actions run as soon as they are in master...

Ericson2314 commented 3 years ago

Oh right, that might be how it was before. Well, taking the risk :).

andreasabel commented 3 years ago

Oh right, that might be how it was before. Well, taking the risk :).

Great, that worked: https://github.com/simonmar/happy/actions/runs/1050964788