diff options
| author | 刘学利 <[email protected]> | 2020-11-10 11:39:11 +0800 |
|---|---|---|
| committer | 刘学利 <[email protected]> | 2020-11-10 11:39:11 +0800 |
| commit | 4572abb14648535e13ed54d718e710e262b9effa (patch) | |
| tree | ea4bad75095bf53fb94754d3b29aa53a215776bb /ci/travis.sh | |
| parent | 57ab95aa6245d86844c4a5b67706166cfdef3a2d (diff) | |
| parent | 6efe7dc77fbdbb76062affdbf7e7228447d3bd69 (diff) | |
Develop export version
See merge request PanGu/ntc_radius_plug!3
Diffstat (limited to 'ci/travis.sh')
| -rw-r--r-- | ci/travis.sh | 5 |
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 |
