mirror of
https://github.com/overte-org/overte.git
synced 2025-08-11 00:53:17 +02:00
Merge pull request #878 from vircadia/feature/gha-sentry
Enable crash reporting on PR builds from GHA
This commit is contained in:
commit
0d9076cccc
1 changed files with 3 additions and 1 deletions
4
.github/workflows/pr_build.yml
vendored
4
.github/workflows/pr_build.yml
vendored
|
@ -14,7 +14,9 @@ env:
|
||||||
RELEASE_TYPE: PR
|
RELEASE_TYPE: PR
|
||||||
RELEASE_NUMBER: ${{ github.event.number }}
|
RELEASE_NUMBER: ${{ github.event.number }}
|
||||||
VERSION_CODE: ${{ github.event.number }}
|
VERSION_CODE: ${{ github.event.number }}
|
||||||
|
# Sentry Crash Reporting
|
||||||
|
CMAKE_BACKTRACE_URL: ${{ secrets.MINIDUMP_TOKEN }}
|
||||||
|
CMAKE_BACKTRACE_TOKEN: PR_${{ github.event.number }}_${{ github.sha }}
|
||||||
|
|
||||||
# OSX specific variables
|
# OSX specific variables
|
||||||
DEVELOPER_DIR: /Applications/Xcode_11.2.app/Contents/Developer
|
DEVELOPER_DIR: /Applications/Xcode_11.2.app/Contents/Developer
|
||||||
|
|
Loading…
Reference in a new issue