Use gcc-5 in travis

This commit is contained in:
seelabs
2015-09-17 14:02:09 -04:00
committed by Edward Hennis
parent 269809dd1a
commit b6df6748df
2 changed files with 59 additions and 42 deletions

View File

@@ -12,7 +12,8 @@ then
tar xzf /tmp/boost.tar.gz
cd $BOOST_ROOT && \
./bootstrap.sh --prefix=$BOOST_ROOT && \
./b2 -d1 && ./b2 -d0 install
./b2 -d1 define=-D_GLIBCXX_USE_CXX11_ABI=0 && ./b2 -d0 define=-D_GLIBCXX_USE_CXX11_ABI=0 install
define=-D_GLIBCXX_USE_CXX11_ABI=0
else
echo "Using cached boost at $BOOST_ROOT"
fi