Skip to content

Commit

Permalink
[ci] try to understand where Azure stalls
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Dec 26, 2023
1 parent ecba796 commit 01f6c9a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ci/osx-package.deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,18 @@ sign_app() {

echo " === code signing === "
if [[ -f build.keychain ]]; then
echo "... unlock keychain "
security unlock-keychain -p travis build.keychain
fi


echo "... vstpuppet "
sign_app "$SRC_PATH/src/vstpuppet/entitlements.plist" "ossia score.app/Contents/MacOS/ossia-score-vstpuppet.app"

echo "... vst3puppet "
sign_app "$SRC_PATH/src/vst3puppet/entitlements.plist" "ossia score.app/Contents/MacOS/ossia-score-vst3puppet.app"

echo "... score "
sign_app "$SRC_PATH/src/app/entitlements.plist" "ossia score.app"

echo " === create dmg === "
Expand Down

0 comments on commit 01f6c9a

Please sign in to comment.