summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorluqiuwen <[email protected]>2019-09-03 19:50:58 +0800
committer陆秋文 <[email protected]>2019-09-03 21:10:40 +0800
commit38187063b43e933d43a99afe62d32a097e8db830 (patch)
tree410f1829dbe4f632b244563ccd9f77295b693ecd /ci
parent06fe5652c52b25994bb7be48a6b1e579c9eaa72e (diff)
#159 增加崩溃后调用工具自动向服务器上传minidump功能,增加在CI中收集编译调试符号的实现。
Diffstat (limited to 'ci')
-rw-r--r--ci/travis.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/ci/travis.sh b/ci/travis.sh
index 28c1035..bef200a 100644
--- a/ci/travis.sh
+++ b/ci/travis.sh
@@ -49,3 +49,8 @@ if [ -n "${PACKAGE}" ]; then
pulp-admin rpm repo uploads rpm --repo-id ${UPLOAD_TO_REPO_ID} -d ./
pulp-admin rpm repo publish run --repo-id ${UPLOAD_TO_REPO_ID}
fi
+
+if [ -n "${UPLOAD_SYMBOL_FILES}" ]; then
+ sentry-cli login
+ sentry-cli upload-dif -t elf build/
+fi