#159 修改CI脚本,收集RPM打包后生成的调试符号。

This commit is contained in:
luqiuwen
2019-09-20 11:47:33 +08:00
parent b11e30abd8
commit ff66f91446

View File

@@ -51,5 +51,7 @@ if [ -n "${PACKAGE}" ]; then
fi
if [ -n "${UPLOAD_SYMBOL_FILES}" ]; then
sentry-cli upload-dif -t elf platform/tfe*
rpm -i tfe*debuginfo*.rpm
cp /usr/lib/debug/opt/tsg/tfe/bin/tfe.debug /tmp/tfe.debuginfo.${CI_COMMIT_SHORT_SHA}
sentry-cli upload-dif -t elf /tmp/tfe.debuginfo.${CI_COMMIT_SHORT_SHA}
fi