Skip to content
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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

feat: add debug builds for CI #1641

wants to merge 5 commits into from

Conversation

EmosewaMC
Copy link
Collaborator

@EmosewaMC EmosewaMC commented Oct 27, 2024

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)

probably fixes other issues, but makes it so windows debug builds work again
also adds windows debug building to catch this stuff
"exclude": {
"name": "((example)|(minigzip))+"
}
"configurePresets": [
Copy link
Collaborator Author

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 🙈

@EmosewaMC EmosewaMC marked this pull request as ready for review October 28, 2024 07:31
@EmosewaMC EmosewaMC changed the title copy over zlibd debug file feat: add debug builds for CI Oct 28, 2024
@jadebenn
Copy link
Collaborator

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.

@jadebenn
Copy link
Collaborator

jadebenn commented Nov 18, 2024

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.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants