ably-ruby
ably-ruby copied to clipboard
Windows CI support
trafficstars
Our CI test matrix does not use Windows.
A customer recently discovered an issue on Windows that we were unaware of because of this.
See https://github.com/ably/ably-ruby/issues/186
┆Issue is synchronized with this Jira Story by Unito
There are multiple issues with building windows on CI (on the surface):
- eventmachine needs to be using pure ruby reactor
- libcurl needs to be installed
Those are probably needed to be fixed with some ruby script, that will download/install/edit files accordingly. Unfortunately, I don’t have access to a windows machine at the moment to properly test it