etcimon / botan

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

AppVeyor: Exclude LDC from 32-bit builds #32

Closed wilzbach closed 7 years ago

wilzbach commented 7 years ago

Follow-up to https://github.com/etcimon/botan/pull/31

Interestingly DUB automagically recognices m32mscoff on Windows :)

image

However, ldc doesn't seem to know about this.

ldc2: Unknown command line argument '-m32mscoff'

So for now I think the easiest is to disable 32-bit LDC builds on Windows.

etcimon commented 7 years ago

Too bad for ldc

wilzbach commented 7 years ago

Hehe, you are a very fast merger! While I do appreciate your trust, I don't have a Windows box (nor use it), so I really do depend on the AppVeyor feedback, but this time my guess was right: :tada: and master is green for AppVeyor:

image

The reason for LDC passing is that only dub test is run and not all the subtests that are available.

etcimon commented 7 years ago

I don't worry too much about .yml changes, changes in function signatures or implementation details would be a different ball park =)