Add some debug output to Travis CI build script

This commit is contained in:
Tristan Penman 2016-02-02 08:26:18 -08:00
parent 8ee5ccbbcf
commit d2e906e63b

View File

@ -23,6 +23,7 @@ pushd build > /dev/null
CMAKE_FLAGS=
if [[ $CXX == 'clang++' ]]; then
CMAKE_FLAGS=-DCMAKE_CXX_FLAGS=-DBOOST_NO_CXX11_ALLOCATOR
echo "Additional flags to pass to cmake: $CMAKE_FLAGS"
fi
echo "Attempting to build and run test suite with C++11 support disabled..."