-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add MS Windows support #108
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add github workflow for Windows.
@balamurugana I now have the minio server running in my windows environment so I can successfully run |
* Disable spammy choco progress logging * Fix windows test bin bath
This should work with either MSVC or clang-cl. I've tested that the build and some example programs work on Ubuntu 22.04 and Windows 11 (both x64), but I can't run all the tests without a sever endpoint set and I don't have a Mac to test against, so there might still be some problems to fix after CI runs.
If the team is okay with moving forward with Windows support, I'd also be happy to add CI workflow steps for the build and tests and update the vcpkg port!