open-quantum-safe / liboqs-python

Python 3 bindings for liboqs
https://openquantumsafe.org/
MIT License
108 stars 39 forks source link

fixes + full windows support #25

Closed vsoftco closed 4 years ago

vsoftco commented 4 years ago

closes #7

dstebila commented 4 years ago

Should we add Windows CI using AppVeyor?

vsoftco commented 4 years ago

@dstebila That will be great. Can you please add it? I'm not too familiar with Circle.

dstebila commented 4 years ago

@dstebila That will be great. Can you please add it? I'm not too familiar with Circle.

AppVeyor, not Circle, for Windows CI.

vsoftco commented 4 years ago

@dstebila Done, AppVeyor passes. Any idea why Circle is failing? No changes whatsoever from my side, except an environment variable (now we don't need to specify LIBOQS_INSTALL_PATH, but simply add the location of the library to the PATH). Nevermind, my mistake when setting the PATH, now it should work.

vsoftco commented 4 years ago

Full Windows support + AppVeyor CI integration