Open somian opened 3 months ago
@somian Thanks for your contribution. Since I don't have a working cygwin environment, I have no way of confirming the result of your patch. I'm OK with just bring in all your changes as it looks like it's properly guarding the scope by checking $^O
already.
If you are aware of any free CI service that would provide cygwin environment such that I could run tests in, I'd be glad to set it up so perlbrew can be more or less supported (at least tested) on cygwin.
Thank you for looking at this error report and patch, @gugod. It seems that you found a CI service to test builds of perlbrew on cygwin, I am glad because I did not know of any service to guide you to.
Thank you for looking at this error report and patch, @gugod. It seems that you found a CI service to test builds of perlbrew on cygwin, I am glad because I did not know of any service to guide you to.
Thanks @somian -- I happened to notice that Github Action can run on windows and there is already a way to setup cygwin on top of that. With a bit of luck and searching on the internet I managed to setup a simple a simple way to run the installation of App-perlbrew
distribution (of develop
branch, or of branches of pull requests) well as the unit tests.
I'm going to briefly modify your patch and make a new pull request based on it too.
Discussed in https://github.com/gugod/App-perlbrew/discussions/832