-
-
Notifications
You must be signed in to change notification settings - Fork 130
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 for CI #55
Conversation
Based on the PkgTemplates file.
32 runs of CI :) |
Yeah it's a lot. I guess we could disable a few of them (e.g. only keep one 32-bit run), but not sure which ones. |
I suggest commenting out such that only latest 1.x is run on the three OSs or something like that. |
Shouldn't the separate travis and codecov files also be removed? |
OK, I've tried something: test all platforms with latest Julia, test all Julia versions on 64-bit and 32-bit Linux. That gives 9 builds.
We can probably do that, but that's not strictly necessary so I'm not sure. Probably better discuss this as a second step. |
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 we can remove the travis, codecov and AV files after this
Of course I got the badge wrong! See #57. |
Based on the PkgTemplates file.
Updated version of #52, with support for 32-bit (which is essential if we expect packages to run there).