mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
ci: Add ARM64 to build matrix
This commit is contained in:
parent
e0ada02a30
commit
214e25fb09
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform: [Win32, x64]
|
||||
platform: [Win32, x64, ARM64]
|
||||
configuration: [Release]
|
||||
|
||||
steps:
|
||||
|
||||
@ -101,7 +101,7 @@
|
||||
|
||||
- [x] **CI Workflow** - ✅ Added MSVC builds (Win32/x64 Release)
|
||||
- Runs on push/PR to master alongside AppVeyor
|
||||
- [ ] **ARM64 Build** - Build for Windows ARM64 devices
|
||||
- [x] **ARM64 Build** - ✅ Added to CI matrix (Win32/x64/ARM64)
|
||||
- [ ] **Clang-cl Build** - Alternative compiler for better warnings
|
||||
- [ ] **Debug Build** - Catch debug-only assertions
|
||||
- [ ] **PR Labeler** - Auto-label PRs based on files changed
|
||||
|
||||
Loading…
Reference in New Issue
Block a user