Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix up some build scripts #159

Merged
merged 5 commits into from
Oct 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
STOCHAS_VERSION="${SVER}" ./scripts/${{ matrix.build_script }}

- name: Show built product
run: ls product
run: ls -l product

12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,15 @@ I have read somewhere it’s associated with how Xcode built the SDK at my end,
- Plugin Midi input
- Plugin Midi output
- Midi Effect Plugin

# Notes on CI

Unlike the other things at surge-synthesizer land, because of a few
oddities in AU formatting and flags, a production build of stochas requires
multiple compile passes. As such, a set of scripts in `scripts/{os}-build.sh`
assemble the final product on a per-platform basis into a directory
called `product/` and the actions flow in `.github/workflows` calls
out to this, then uses the standard surge upload etc... pattern.

If you want to change a production build, you can just run the scripts
on your local machine to see what they do and to adjust them.
331 changes: 0 additions & 331 deletions azure-pipelines.yml

This file was deleted.

22 changes: 0 additions & 22 deletions build_win.sh

This file was deleted.

Loading