Commit 3b0288b
committed
feat: add GUI checks to CI and unified release workflow
CI changes:
- Add gui-check job that builds frontend before checking Rust code
- Run on ubuntu, macos, and windows
- Uses pnpm to build the SolidJS frontend first
Release changes:
- Support tags: v*, cli-v*, gui-v*
- build-cli job: Creates CLI binaries for all platforms
- build-gui job: Creates Tauri bundles (dmg, msi, AppImage)
- Uses self-hosted runners: windows-64-cli, windows-64-cli-arm64
- Unified release job creates GitHub release with all artifacts1 parent 26d993d commit 3b0288b
2 files changed
Lines changed: 285 additions & 39 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
93 | 132 | | |
94 | 133 | | |
95 | 134 | | |
| |||
0 commit comments