I'm looking for a way to test 32bit builds automatically via travis.yml.
So far I've found: https://github.com/carllerche/travis-rust-matrix
but I wonder if there's anything simpler?
I'm looking for a way to test 32bit builds automatically via travis.yml.
So far I've found: https://github.com/carllerche/travis-rust-matrix
but I wonder if there's anything simpler?
I was suggested this as well: GitHub - japaric/trust: Travis CI and AppVeyor template to test your Rust crate on 5 architectures and publish binary releases of it for Linux, macOS and Windows
I am using cargo cross
.