ably-ruby icon indicating copy to clipboard operation
ably-ruby copied to clipboard

Windows CI support

Open mattheworiordan opened this issue 6 years ago • 1 comments
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

mattheworiordan avatar Aug 04 '19 11:08 mattheworiordan

There are multiple issues with building windows on CI (on the surface):

  1. eventmachine needs to be using pure ruby reactor
  2. 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

TheSmartnik avatar Apr 23 '22 15:04 TheSmartnik