d-unsed / ruru

Native Ruby extensions written in Rust
MIT License
832 stars 40 forks source link

Add AppVeyor CI (Windows) support #27

Closed malept closed 8 years ago

malept commented 8 years ago

As of ruby-sys 0.2.3, ruru-based extensions can be built on Windows. It would be nice to add CI support for Windows builds.

A starting point can be found at my rusty_blank project: https://github.com/malept/rusty_blank/blob/master/.appveyor.yml

Some notes about my config file:

d-unsed commented 8 years ago

Hi @malept!

Thank you, I'll take a look at it tomorrow

d-unsed commented 8 years ago

Thanks, AppVeyor support enabled!