Skip to content

Commit

Permalink
Add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyGharbi committed Mar 4, 2020
1 parent c8f71c5 commit 68af6ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ci/build-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ sudo install_name_tool -change \

#Upload debug files
curl -sL https://sentry.io/get-cli/ | bash

ls $PWD/${BUILDDIRECTORY}/RelWithDebInfo/
dsymutil $PWD/${BUILDDIRECTORY}/RelWithDebInfo/node_libuiohook.node
sentry-cli --auth-token ${SENTRY_AUTH_TOKEN} upload-dif --org streamlabs-obs --project obs-client $PWD/${BUILDDIRECTORY}/RelWithDebInfo/node_libuiohook.node.dSYM/Contents/Resources/DWARF/node_libuiohook.node.node
ls $PWD/${BUILDDIRECTORY}/RelWithDebInfo/
sentry-cli --auth-token ${SENTRY_AUTH_TOKEN} upload-dif --org streamlabs-obs --project obs-client $PWD/${BUILDDIRECTORY}/RelWithDebInfo/node_libuiohook.node.dSYM/Contents/Resources/DWARF/node_libuiohook.node
ls $PWD/${BUILDDIRECTORY}/RelWithDebInfo/node_libuiohook.node.dSYM/Contents/Resources/DWARF/

0 comments on commit 68af6ed

Please sign in to comment.