Lipovlan / cng-openssl-provider

OpenSSL provider using Windows Cryptography API: Next Generation
MIT License
6 stars 6 forks source link

Automatic builds #9

Closed Lipovlan closed 1 year ago

Lipovlan commented 1 year ago

A nice feature to have would be automatic builds on GitHub that would create x86 and x64 packages of the provider in both normal and debug version.

levitte commented 1 year ago

Incidently, I have played around with github actions in my fork. See my workflow branch.

Lipovlan commented 1 year ago

Nice! I've pulled the branch into my repo and will try to play with it :)

Lipovlan commented 1 year ago

I have made the automatic builds work! The code has been merged as of a5f3969. I would also like to work on caching OpenSSL builds as it takes a lot of time (and computing time, so it gets limited by GitHub and thus even slower).

levitte commented 1 year ago

Cool! Glad I could help!