eclipse-iceoryx / iceoryx2

Eclipse iceoryx2™ - true zero-copy inter-process-communication in pure Rust
https://iceoryx.io
Apache License 2.0
444 stars 22 forks source link

Create CI target for `i686-pc-windows-msvc` on current windows #237

Open elfenpiff opened 1 week ago

elfenpiff commented 1 week ago

Brief feature description

The platform is out of the box supported but some mistakes/bugs may occur when not using the right macro platform combination in c files. See #235 where we needed to use #if defined(_WIN32) || defined(_WIN64)

Since the 32-bit platform is already tested fully, a simple single debug build on Windows should be sufficient.