rust-osdev / cargo-xbuild

Automatically cross-compiles the sysroot crates core, compiler_builtins, and alloc.
Apache License 2.0
258 stars 25 forks source link

Add GitHub Action for cargo-build check #93

Closed pfmooney closed 4 years ago

pfmooney commented 4 years ago

Running cargo build on Linux, MacOS, and Windows should help catch build issues at least.

phil-opp commented 4 years ago

Thanks!