Skip to content

Commit

Permalink
Fix up some build scripts (#159)
Browse files Browse the repository at this point in the history
Make sure we are consistently at release, with the right paths, etc.. on each OS. Delete the azure pipelines and old
build scripts.
  • Loading branch information
baconpaul authored Oct 27, 2024
1 parent 3e96b02 commit 7fe311a
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 375 deletions.
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

0 comments on commit 7fe311a

Please sign in to comment.