-
Notifications
You must be signed in to change notification settings - Fork 63
Test macOS, Windows builds on pull-requests #1124
Comments
Is something you would be interested in entertaining @bacongobbler? If not I can close it. nbd. i can PR the changes if you're cool with it. |
Please feel free to look into this. I’m on holiday break. |
Like most things I under estimated how much work this could be. Couple of issues I've experienced:
|
huh? It was designed to be eval-able.
You could try catching that error message and exit if another error message is found. |
Ya, but in Windows' Linux Subsystem and with If the Windows tests are to be completely in As an aside, perhaps
|
Right now the Github Actions CI only tests against a Linux install. This allows PRs that work for Linux to pass, but maybe issues like #1122 to arise with other platforms.
Should we tests against the other platforms? Future CI could look like:
gofish lint
gofish install
on all platformsThis would make all builds longer, and requires the downloading of assets twice (once for the lint step, again for the install step -- this could be fixed with asset caching), but would ensure that all platforms have installable binaries.
The text was updated successfully, but these errors were encountered: