SL-821: When using BugSplat, don't try to upload Breakpad symbols.

With BugSplat, the Breakpad symbol files aren't generated; attempting to post
them to codeticket will fail the build.
master
Nat Goodspeed 2018-06-14 19:03:17 -04:00
parent 16776975e7
commit 786f80b942
1 changed files with 2 additions and 0 deletions

View File

@ -114,6 +114,8 @@ pre_build()
if [ -n "${BUGSPLAT_DB:-}" ]
then echo export BUGSPLAT_DB
export BUGSPLAT_DB
echo RELEASE_CRASH_REPORTING=OFF
RELEASE_CRASH_REPORTING=OFF
fi
fi
set -x