apple / swift-crypto

Open-source implementation of a substantial portion of the API of Apple CryptoKit suitable for use on Linux platforms.
https://apple.github.io/swift-crypto
Apache License 2.0
1.47k stars 165 forks source link

Add some form of CI for Windows #276

Open gregcotten opened 1 month ago

gregcotten commented 1 month ago

Just as the title says. There should be continuous testing on Windows x86_64 and arm64 so that releases don't just break with a BoringSSL bump, etc. Even just a smoke test would be extraordinarily helpful.

Lukasa commented 1 month ago

Thanks @gregcotten. I don't disagree with this in any particular way. Getting this CI setup is on the roadmap, but we're not immediately there. @FranzBusch is driving the CI adoption there.