2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

Only b2 output is important.

This commit is contained in:
Rene Rivera
2019-07-10 23:40:00 -05:00
parent 8001e1932a
commit efa04b093a

View File

@@ -383,8 +383,8 @@ stages:
- bash: |
set -e
pushd ${HOME}
wget https://dl.bintray.com/boostorg/release/${BOOST_VERSION}/source/boost_${BOOST_VERSION_U}.tar.bz2
tar -jxvf boost_${BOOST_VERSION_U}.tar.bz2
wget -nv https://dl.bintray.com/boostorg/release/${BOOST_VERSION}/source/boost_${BOOST_VERSION_U}.tar.bz2
tar -jxf boost_${BOOST_VERSION_U}.tar.bz2
cd boost_${BOOST_VERSION_U}
CXX_PATH=`which ${CXX}`
echo "using ${TOOLSET} : : ${CXX_PATH} ;" > ${HOME}/user-config.jam