update ci/travis.sh

This commit is contained in:
liuxueli
2021-08-24 10:29:04 +08:00
parent f68700112e
commit 3412ad1afe

View File

@@ -37,6 +37,11 @@ if [ -n "${INSTALL_DEPENDENCY_LIBRARY}" ]; then
yum install -y $INSTALL_DEPENDENCY_LIBRARY yum install -y $INSTALL_DEPENDENCY_LIBRARY
source /etc/profile.d/framework.sh source /etc/profile.d/framework.sh
fi fi
if [ $ASAN_OPTION ];then
source /opt/rh/devtoolset-7/enable
fi
mkdir build || true mkdir build || true
cd build cd build