-
Notifications
You must be signed in to change notification settings - Fork 173
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
feat: add debug builds for CI #1641
base: main
Are you sure you want to change the base?
Conversation
probably fixes other issues, but makes it so windows debug builds work again also adds windows debug building to catch this stuff
CMakePresets.json
Outdated
"exclude": { | ||
"name": "((example)|(minigzip))+" | ||
} | ||
"configurePresets": [ |
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.
We had to do the whitespace changes at somepoint sorry 🙈
9df7b63
to
0509aaf
Compare
This isn't quite configured correctly, I don't think. MSVC builds are handled a bit differently and (generally) shouldn't require separate configurations for debug and release because the MSVC build system is smart enough to be able to read the build preset instead. |
Since we merged #1439, one thing I think that might be worth further research on your end is whether we need to keep some of these MSVC presets. On my end, both 'Windows Only Configure Settings' and 'Default' don't work properly. I'd remove them myself, but I'm not sure if they serve some use for you. |
alongside that, fixes the issues caused by adding said pipelines
(copying over the shared libraries to directories where they are expected to exist on windows and mac)