Skip to content
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

Add GitHub Actions CI #50

Merged
merged 9 commits into from
Dec 19, 2023
Merged

Add GitHub Actions CI #50

merged 9 commits into from
Dec 19, 2023

Conversation

cdepillabout
Copy link
Contributor

@cdepillabout cdepillabout commented Dec 19, 2023

This PR adds CI using GitHub Actions.

It also rearranges the stack.yaml files, as well as removing some of the stack.yaml files for older versions of GHC. (We could always add back in the stack.yaml files for older versions of GHC, but I figured there are unlikely to be used anymore.)

@cdepillabout cdepillabout marked this pull request as draft December 19, 2023 06:54
@cdepillabout cdepillabout marked this pull request as ready for review December 19, 2023 07:23
@cdepillabout cdepillabout requested a review from wraithm December 19, 2023 07:23
matrix:
os:
- ubuntu-latest
# - macOS-latest

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we not support macos?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume we support OSX, but I've seen weird errors before in GitHub Actions for OSX, so I usually default to leaving it out. I could add it in if we want it.

Although I don't think there is any OS-/arch-specific code in this repo, so it is unlikely we would catch any bugs with it. It would probably just slow down the CI time.

@wraithm wraithm merged commit 42be28d into master Dec 19, 2023
10 checks passed
@cdepillabout cdepillabout deleted the add-ci branch December 19, 2023 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants