Boddlnagg / midir

Cross-platform realtime MIDI processing in Rust.
MIT License
626 stars 78 forks source link

Move to GitHub Actions? #77

Open Boddlnagg opened 3 years ago

Boddlnagg commented 3 years ago

I'm not sure how easy that would be, and if it would give us any advantage. But if someone wants to try it, feel free! However, it's important that we keep the platform/configuration matrix that we currently have on Azure Pipelines:

For PR builds:

For the master branch we additionally build everything with the beta and nightly toolchains (PR builds are only run on the most recent stable Rust version).

Boddlnagg commented 3 years ago

It would also be nice to add aarch64-pc-windows-msvc to the platform matrix.

Boddlnagg commented 1 year ago

Since https://github.com/Boddlnagg/midir/commit/535b145ce1d47775ae9af2389dbb1b91dd1ffc64 we also have a cross-compiled build for ARM on Linux (aarch64-unknown-linux-gnu).