Skip to content

ci: consolidate GUI platform builds into unified workflow#54

Merged
TrueNine merged 1 commit intomainfrom
dev
Feb 24, 2026
Merged

ci: consolidate GUI platform builds into unified workflow#54
TrueNine merged 1 commit intomainfrom
dev

Conversation

@TrueNine
Copy link
Copy Markdown
Owner

  • Create new build-gui-all.yml workflow that builds GUI for Windows, Linux, and macOS in parallel
  • Replace three separate platform-specific workflows (release-gui-win, release-gui-linux, release-gui-macos) with single unified workflow call
  • Configure fail-fast strategy to cancel all builds if any platform fails
  • Update release-cli.yml to call consolidated build-gui-all workflow instead of three individual workflows
  • Simplify job dependencies by consolidating three separate needs into single build-gui-all job
  • Reduces workflow maintenance overhead and improves consistency across platform builds

- Create new build-gui-all.yml workflow that builds GUI for Windows, Linux, and macOS in parallel
- Replace three separate platform-specific workflows (release-gui-win, release-gui-linux, release-gui-macos) with single unified workflow call
- Configure fail-fast strategy to cancel all builds if any platform fails
- Update release-cli.yml to call consolidated build-gui-all workflow instead of three individual workflows
- Simplify job dependencies by consolidating three separate needs into single build-gui-all job
- Reduces workflow maintenance overhead and improves consistency across platform builds
@TrueNine TrueNine merged commit 5b3120d into main Feb 24, 2026
1 check failed
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.

1 participant