Run tests on windows using AppVeyor#76
Conversation
|
So we can do two things, I either start figuring out how to install as much event loop extensions as possible or create new PR's for each event loop extension so this can be merged in (after review). |
jsor
left a comment
There was a problem hiding this comment.
I have zero experience with AppVeyor, so feel free to do what you think is the best :)
|
In my personal opinion is doing separate PR's per loop extension the best way forward. I have zero experience with extensions on windows |
|
Right now only the event PECL extension has prebuilt DLLs for Windows available on PECL making it probably the easier target to start with it (well aside from The ev extension we are currently using is not on PECL and doesn't have a On the other hand the ev PECL extension, for which we have pending PRs for an event loop implementation and is more future-proof from our POV, doesn't have prebuilt binaries on PECL but does have a The last time I tinkered with PHP on Windows was probably like 2006 or something 🤢 💩 |
#71 made me realize that we don't test on windows, this PR adds the configuration to do that.