-
Notifications
You must be signed in to change notification settings - Fork 138
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 Debug Pipelines #1116
base: main
Are you sure you want to change the base?
Add Debug Pipelines #1116
Conversation
Do we need both Release and Debug? Can we instead convert the existing pipelines to build Debug? |
We may not need both for every PR, but we will definitely want to the pipelines in Release mode and ensure they are successful before doing a release |
So... I was thinking maybe we should remove presets once and for all? Using presets is causing the switch between |
Issues with asserts were previously missed because all pipelines ran in Release mode. This PR adds Debug pipelines.