Add advanced monitoring and release infrastructure
Build and test / macos (push) Canceled after 0s
Signed release / release (push) Canceled after 0s

This commit is contained in:
2026-08-15 18:23:35 -04:00
parent a67bb5fdf3
commit 0da94715be
38 changed files with 4219 additions and 406 deletions
+24
View File
@@ -0,0 +1,24 @@
name: Build and test
on:
push:
branches: [main]
pull_request:
jobs:
macos:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Swift version
run: swift --version
- name: Build
run: swift build
- name: Test
run: swift test
- name: Package unsigned validation build
run: ./scripts/build-app.sh
- name: Build validation DMG
run: ./scripts/build-dmg.sh
- name: Verify packaged app and DMG
run: ./scripts/validate-package.sh