File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ install:
41
41
fi
42
42
- export BOOST_VERSION=${BOOST_VER//./_}
43
43
- export PATH=${HOME}/bin:${PATH}
44
- - sh -x ./install-boost.sh
44
+ - travis_wait ./install-boost.sh
45
45
- export BOOST_ROOT=${HOME}/${CC}-boost_${BOOST_VER//./_}
46
46
- ${CXX} --version
47
47
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if [ ! -d "${HOME}/${CC}-boost_${BOOST_VERSION}/include" ]; then
6
6
tar jxf boost_${BOOST_VERSION} .tar.bz2
7
7
cd boost_${BOOST_VERSION}
8
8
./bootstrap.sh --with-toolset=$TOOLSET --prefix=${HOME} /${CC} -boost_${BOOST_VERSION}
9
- travis_wait ./b2 --stagedir=. -j2 --build-type=complete --layout=tagged cxxflags=' -std=c++11' install > boost-build.log 2>&1
9
+ ./b2 --stagedir=. -j2 --build-type=complete --layout=tagged cxxflags=' -std=c++11' install > boost-build.log 2>&1
10
10
cd ..
11
11
rm -rf boost_${BOOST_VERSION}
12
12
rm -rf boost_${BOOST_VERSION} .tar.bz2
You can’t perform that action at this time.
0 commit comments