Commit graph

28 commits

Author SHA1 Message Date
Roland Rabien
a681b2e332 Add crash reporting (bundle CrashReporter, strip, symbols, upload)
- register plugin + ship Installer/crashreporter.json
- installer bundles the shared CrashReporter (mac pkg + component-plist +
  reporter-scripts promote-if-newer; win .iss shared component) and the JSON
- strip shipped mac binaries; emit dSYM (Xcode) and PDB (/Zi /DEBUG) in Release
- launchCrashReporterOnce() from the processor on first instance
- upload dSYM/PDB symbols to the crash site from release.yaml
- bump to 1.0.33
2026-07-16 18:19:41 -07:00
Roland Rabien
be05233662 Re-enable build workflow [skip ci] 2026-04-30 16:56:41 -07:00
Roland Rabien
e2f3f5fc0f VST2 install path; disable build workflow 2026-04-30 15:42:51 -07:00
Roland Rabien
098a5f3303 release: harden upload pipeline (TAG/VER split, --fail-with-body, GITHUB_TOKEN, contents:write)
Aligns with the chip-plugin repos:
- Use TAG (with v prefix) for gh release create, VER (stripped) for
  Changelist lookup and upload.php's version field.
- curl --fail-with-body so server-side errors fail the workflow instead of
  passing silently.
- Switch GH_TOKEN to the auto-provided GITHUB_TOKEN with explicit
  contents:write permission, dropping the dependency on a per-repo
  ACCESS_TOKEN PAT.
2026-04-30 09:25:23 -07:00
Roland Rabien
130e626ea6 Switch to .pkg/.exe/.deb installers with Azure Trusted Signing
Replaces the zip-based ci/build.sh flow with installer outputs (Inno Setup
on Windows, productbuild on macOS, cpack DEB on Linux) signed via Microsoft
Trusted Signing on Windows and Apple Developer ID on macOS.

Plugin code: factory wavetables and presets now ship as files via the
installer rather than embedded BinaryData. PluginProcessor implements
getProgramDirectory/getFactoryProgramDirectories so gin scans factory
content from systemResourceRoot. First-run migration copies any presets
from the legacy com.socalabs/Wavetable/programs path into the new user
dir under Library/Audio/Presets/SocaLabs/Wavetable.

Bumps gin submodule to match Identity for getFactoryProgramDirectories
support.
2026-04-29 13:23:23 -07:00
Roland Rabien
52a14c1c0d Add 30 minute timeout to GitHub Actions workflows 2026-01-08 19:07:25 -08:00
Roland Rabien
81b948cdcb Update release script 2025-02-14 09:15:22 -08:00
Roland Rabien
1a088ce7dc Fix matrix 2025-02-14 09:00:44 -08:00
Roland Rabien
047f425054 Upgrade to v4 actions 2025-02-14 08:48:46 -08:00
Roland Rabien
6dda9e6661 Try ubuntu latest 2024-06-28 10:08:29 -07:00
Roland Rabien
b1d5ccb295 Fix script env 2023-10-05 13:57:59 -07:00
Roland Rabien
c754f51e02 Tweak release process 2023-10-05 06:37:27 -07:00
Roland Rabien
d10942f4bb Use Ubuntu 20.04 2023-10-03 18:59:57 -07:00
Roland Rabien
a177988f97 Oh FFS 2023-08-31 14:34:02 -07:00
Roland Rabien
f3ef9a3cb8 Fix release script 2023-08-31 14:19:04 -07:00
Roland Rabien
753a5bac97 Store wavtables as flac to make binary smaller 2023-08-31 13:44:55 -07:00
Roland Rabien
4be5bca120 Oops: release needs less artifacts too 2023-08-31 13:14:35 -07:00
Roland Rabien
5df021df9c Queue builds 2023-08-31 12:43:21 -07:00
Roland Rabien
cf1bf2b0ae Add access token 2023-08-31 12:42:32 -07:00
Roland Rabien
ce619c0084 Upload less artifacts 2023-08-31 12:06:02 -07:00
Roland Rabien
8d919d4344 Add release script 2023-08-31 11:52:11 -07:00
Roland Rabien
ba4956ae28 Use one build file 2023-08-31 11:23:54 -07:00
Roland Rabien
16a38033df Create artifacts 2023-08-27 09:42:10 -07:00
Roland Rabien
67b13591e4 No token 2023-08-23 09:13:11 -07:00
Roland Rabien
7b6cfaa1fd No token 2023-08-23 09:10:58 -07:00
Roland Rabien
9f4e1894cf Update workflows 2023-08-23 08:52:38 -07:00
Roland Rabien
4533f82465 Fix name 2020-05-20 16:47:30 -07:00
Roland Rabien
73110bbde2 Initial Commit 2020-05-20 16:44:46 -07:00