Thomasdezeeuw / gaea

Low-level library to build event driven applications, supporting lightweight non-blocking I/O.
https://docs.rs/gaea/
MIT License
16 stars 0 forks source link

Build for more OSes on CI #62

Closed Thomasdezeeuw closed 5 years ago

Thomasdezeeuw commented 5 years ago

Even though we can't run the tests for more OSes on Travis we can at least build those targets. Locally I use the following script.

cargo build --target x86_64-apple-darwin
cargo build --target x86_64-unknown-freebsd
# Doesn't have EVFILT_USER, used in Awakener.
#cargo build --target x86_64-unknown-netbsd
cargo build --target x86_64-unknown-linux-gnu
cargo build --target x86_64-unknown-linux-musl