etcimon / botan

Block & stream ciphers, public key crypto, hashing, KDF, MAC, PKCS, TLS, ASN.1, BER/DER, etc.
Other
86 stars 22 forks source link

Add AppVeyor setup #31

Closed wilzbach closed 7 years ago

wilzbach commented 7 years ago

Botan has been tested on Windows x86, Windows x64,

Maybe it's a good idea to add a CI for this? This is analogously to my PR to libdparse (https://github.com/dlang-community/libdparse/pull/141), which is intended to be enabled as a daily cronjob (similarly to https://github.com/etcimon/botan/pull/30).

I think I need to set --config=32mscoff for the 32-bit builds, but as I don't have Windows machine laying around currently, I would more or less do this blindly and depend on the CI results. Hence, I will wait with this experiment until you have enabled AppVeyor ;-)

wilzbach commented 7 years ago

Hence, I will wait with this experiment until you have enabled AppVeyor

Thanks a lot for the quick merge, but I really wanted to try out the AppVeyor configuration as I think the 32-bit builds need the mscoff adjustment and have no box to try it out. Once you enabled it, just give me a ping & then I will try this in another PR.

etcimon commented 7 years ago

Ok I added it now