-
Notifications
You must be signed in to change notification settings - Fork 10
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
Windows CI (Build on MSVC+MinGW64) #91
Conversation
Many undefined reference in CI environment:
|
8a38445 didn't fix this. |
Github Actions https://github.com/brechtsanders/winlibs_mingw/releases/tag/11.2.0-12.0.1-9.0.0-r1 according to its build script. Maybe it is not compatible with @ancwrd1 's |
@ancwrd1 Any advice which CI service/or CI setting to test building with your prebuilt vendored repo? |
I think you might want to try explicit |
Thank you for your advice. Indeed, each sample programs have no C++ source file, linker can't link C++ library automatically... |
… each sample programs
Thanks, 1e563d2 fixed linking error. This empty test failure is another problem, but disable test for now because there is no useful unit test code. (I'll fix this and write some test codes in future once API coverage reaches somewhat useful state.)
|
@ancwrd1 Thank you many help to support this. I wrote about this feature a bit in README, with acknowledging to you. If you dislike this, I'll fix. Could you check? |
It seem you're busy now. I assume this is OK, and will merge this. Thank you very much. I'm sorry bother you. |
Sorry I haven't seen the notifications for some reason. README looks fine, thank you very much for this project. Highly appreciated!. |
--features vendored
build CI for following configurations to detect build bustage:--features vendored
information