Merge branch 'patch-1' into 'master'
Update travis.sh, ASAN using devtoolset-7 See merge request tango/fw_dns_plug!6
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user