Skip to content

Commit

Permalink
Update all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DBraun committed Apr 5, 2024
1 parent 0991483 commit 6e1fcbc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,15 @@ jobs:
run: |
export PATH=$pythonLocation:$PATH
python build_tdfaust.py --pythonver=3.11 --arch=${{matrix.arch}}
codesign --force --verify --verbose=2 --timestamp --options=runtime --deep Plugins/TD-Faust.plugin
codesign --force --verify --verbose=2 --timestamp --options=runtime --deep --sign "Apple Distribution: David Braun" Plugins/TD-Faust.plugin
codesign --verify --deep --strict --verbose=2 Plugins/TD-Faust.plugin
- name: Build Reverb operator
run: |
export PATH=$PWD/thirdparty/libfaust/darwin-x64/Release/bin:$PATH
python faust2td.py --dsp reverb.dsp --type "Reverb" --label "Reverb" --icon "Rev" --author "David Braun" --email "github.com/DBraun" --drop-prefix --arch=${{matrix.arch}}
codesign --force --verify --verbose=2 --timestamp --options=runtime --deep Plugins/Reverb.plugin
codesign --force --verify --verbose=2 --timestamp --options=runtime --deep --sign "Apple Distribution: David Braun" Plugins/Reverb.plugin
codesign --verify --deep --strict --verbose=2 Plugins/Reverb.plugin
- name: Make distribution
run: |
Expand Down

0 comments on commit 6e1fcbc

Please sign in to comment.