ruby-rice / rice

Ruby Interface for C++ Extensions
http://ruby-rice.github.io/
Other
378 stars 63 forks source link

Added AppVeyor #125

Closed ankane closed 3 years ago

ankane commented 4 years ago

Rice currently works on Windows with Ruby Installer :tada:

It'd be great to start testing this (and maybe officially support Windows in the future if it just works).

Let me know what you think.

jasonroelofs commented 3 years ago

With Travis changing it's plans regarding open source, I decided to give GitHub Actions a try, and it has full support for building on Windows as well https://github.com/jasonroelofs/rice/pull/139/checks! So I'm going to go with that instead of AppVeyor, though thanks for the suggestion!

ankane commented 3 years ago

Even better! fwiw, on Mac, you can use a conditional step to install automake (example).

jasonroelofs commented 3 years ago

Cool, figured there was something like that but hadn't looked closely yet. Thanks for the pointer!