contextfree / winrt-rust

Use and (eventually) make Windows Runtime APIs with Rust
Apache License 2.0
143 stars 10 forks source link

Add CI using Azure Pipelines #13

Open Boddlnagg opened 7 years ago

Boddlnagg commented 6 years ago

We should at least run cargo test --features "windows-devices windows-data windows-ui windows-system" (unfortunately the features for cargo test to work have to be enabled manually right now ... is there a better way?)

Boddlnagg commented 5 years ago

Instead of AppVeyor (which is slow), maybe Azure Pipelines are now a better solution.