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

Include debug file in windows builds #77

Merged
merged 6 commits into from
Jan 9, 2025
Merged

Include debug file in windows builds #77

merged 6 commits into from
Jan 9, 2025

Conversation

emilnorsker
Copy link
Contributor

Split the monolithic workflow into separate reusable files:

  • main.yml - Orchestrates the overall CI/CD flow
  • build.yml - Handles multi-platform builds
  • test.yml - Runs tests and code quality checks
  • release.yml - Manages artifact packaging and releases

@emilnorsker emilnorsker force-pushed the windows_pdb branch 4 times, most recently from 4fe962c to ae8aa20 Compare January 8, 2025 10:29
@emilnorsker emilnorsker changed the title DRAFT: refactor: split workflow into small components Include debug file in windows builds Jan 8, 2025
.github/workflows/release.yml Show resolved Hide resolved
.github/workflows/release.yml Outdated Show resolved Hide resolved
.github/workflows/release.yml Outdated Show resolved Hide resolved
.vscode/settings.json Outdated Show resolved Hide resolved
.vscode/justfile Outdated Show resolved Hide resolved
emilnorsker and others added 5 commits January 9, 2025 14:34
Split the monolithic workflow into separate reusable files:
- main.yml - Orchestrates the overall CI/CD flow
- build.yml - Handles multi-platform builds
- test.yml - Runs tests and code quality checks
- release.yml - Manages artifact packaging and releases
@AsbjornOlling AsbjornOlling merged commit 051f6d9 into main Jan 9, 2025
24 checks passed
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.

2 participants