From ff66f91446c163b7afd8865aa735e562ef9330ad Mon Sep 17 00:00:00 2001 From: luqiuwen Date: Fri, 20 Sep 2019 11:47:33 +0800 Subject: [PATCH] =?UTF-8?q?#159=20=E4=BF=AE=E6=94=B9CI=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=EF=BC=8C=E6=94=B6=E9=9B=86RPM=E6=89=93=E5=8C=85=E5=90=8E?= =?UTF-8?q?=E7=94=9F=E6=88=90=E7=9A=84=E8=B0=83=E8=AF=95=E7=AC=A6=E5=8F=B7?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci/travis.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci/travis.sh b/ci/travis.sh index 1aeae35..c682bfc 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -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