summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
author“pengxuanzheng” <[email protected]>2022-01-19 11:24:16 +0000
committer“pengxuanzheng” <[email protected]>2022-01-19 11:54:52 +0000
commitea9955755ff9e35f5acfdeefee20ea87d4d9a31d (patch)
treee2af928452b52795fecec1ce539eb00a807f46c5 /ci
parent3488e3aba8008b0a3073a00e01332d872580779a (diff)
🧪 test: 增加googletest源码
Diffstat (limited to 'ci')
-rw-r--r--ci/travis.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/ci/travis.sh b/ci/travis.sh
index 40a2780..147803f 100644
--- a/ci/travis.sh
+++ b/ci/travis.sh
@@ -57,8 +57,8 @@ if [ -n "${UPLOAD}" ]; then
python3 rpm_upload_tools.py ${PULP3_REPO_NAME} ${PULP3_DIST_NAME} *.rpm
fi
-#if [ -n "${UPLOAD_SYMBOL_FILES}" ]; then
-# 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
+if [ -n "${UPLOAD_SYMBOL_FILES}" ]; then
+ 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