summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorliuxueli <[email protected]>2020-11-10 09:36:00 +0600
committerliuxueli <[email protected]>2020-11-10 09:36:00 +0600
commit6efe7dc77fbdbb76062affdbf7e7228447d3bd69 (patch)
treeea4bad75095bf53fb94754d3b29aa53a215776bb /ci
parent6749f758526820d5d3ed5b2f727b16bd250fc106 (diff)
parentf0cc671da2671e30e4fc80e9182671b6f4c94aac (diff)
Merge branch 'master' into develop-export-version
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 60f79a2..d32c1c6 100644
--- a/ci/travis.sh
+++ b/ci/travis.sh
@@ -37,6 +37,11 @@ if [ -n "${INSTALL_DEPENDENCY_LIBRARY}" ]; then
yum install -y $INSTALL_DEPENDENCY_LIBRARY
source /etc/profile.d/framework.sh
fi
+
+if [ $ASAN_OPTION ];then
+ source /opt/rh/devtoolset-7/enable
+fi
+
mkdir build || true
cd build