Use boost-local for boost folder to ignore its coverage

This commit is contained in:
Alexander Grund 2018-11-19 13:10:46 +01:00
parent e209d544c1
commit c4af5d937b

View file

@ -62,7 +62,7 @@ before_install:
# Cloning Boost libraries (fast nondeep cloning) # Cloning Boost libraries (fast nondeep cloning)
- PROJECT_DIR=`pwd` - PROJECT_DIR=`pwd`
- git --version - git --version
- BOOST=$HOME/boost - BOOST=$HOME/boost-local
- git clone -b $BRANCH_TO_TEST https://github.com/boostorg/boost.git $BOOST - git clone -b $BRANCH_TO_TEST https://github.com/boostorg/boost.git $BOOST
- cd $BOOST - cd $BOOST
- git submodule update --init --merge - git submodule update --init --merge