CI: Check AU plugin with auval tool
This commit is contained in:
parent
1264c1924d
commit
9e1d8a6f91
1 changed files with 8 additions and 0 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -145,6 +145,14 @@ jobs:
|
|||
--verbose
|
||||
)
|
||||
cmake "${options[@]}"
|
||||
- name: Validate AU
|
||||
working-directory: ${{ github.workspace }}/build
|
||||
# Force a rescan after copy (thank you @PythonBlue), see
|
||||
# https://gist.github.com/olilarkin/8f378d212b0a59944d84f9f47061d70f#v2-audiounits
|
||||
run: |
|
||||
sudo cp -r ./sfizz.component /Library/Audio/Plug-Ins/Components/
|
||||
sudo killall -9 AudioComponentRegistrar
|
||||
auval -v aumu samp Sfzt
|
||||
- name: Package bundles
|
||||
if: ${{ github.ref_type == 'tag' }}
|
||||
run: ./scripts/package-osx-bundles.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue