mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-27 18:22:41 -08:00
Add dev Make targets and tune macOS invisible subtitle spacing
This commit is contained in:
41
backlog/tasks/task-18 - Add-remote-mac-mini-build-script.md
Normal file
41
backlog/tasks/task-18 - Add-remote-mac-mini-build-script.md
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
id: TASK-18
|
||||
title: Add remote mac mini build script
|
||||
status: Done
|
||||
assignee:
|
||||
- codex
|
||||
created_date: '2026-02-11 16:48'
|
||||
updated_date: '2026-02-11 16:48'
|
||||
labels:
|
||||
- build
|
||||
- macos
|
||||
- devex
|
||||
dependencies: []
|
||||
references:
|
||||
- scripts/build-external.sh
|
||||
priority: medium
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
<!-- SECTION:DESCRIPTION:BEGIN -->
|
||||
Add a script that offloads macOS package builds to a remote Mac mini over SSH, then syncs release artifacts back to the local workspace.
|
||||
<!-- SECTION:DESCRIPTION:END -->
|
||||
|
||||
## Acceptance Criteria
|
||||
<!-- AC:BEGIN -->
|
||||
- [x] #1 Script supports remote host and path configuration.
|
||||
- [x] #2 Script supports signed and unsigned macOS build modes.
|
||||
- [x] #3 Script syncs project sources to remote and copies release artifacts back locally.
|
||||
<!-- AC:END -->
|
||||
|
||||
## Implementation Notes
|
||||
|
||||
<!-- SECTION:NOTES:BEGIN -->
|
||||
Added `scripts/build-external.sh` with:
|
||||
- Defaults for host alias (`mac-mini`) and remote path (`~/build/SubMiner`)
|
||||
- Argument flags: `--host`, `--remote-path`, `--signed`, `--unsigned`, `--skip-sync`, `--sync-only`
|
||||
- Rsync-based upload excluding heavyweight build artifacts and local dependencies
|
||||
- Remote build execution (`pnpm run build:mac` or `pnpm run build:mac:unsigned`)
|
||||
- Artifact sync back into local `release/`
|
||||
<!-- SECTION:NOTES:END -->
|
||||
Reference in New Issue
Block a user