mirror of
https://github.com/tristanpenman/valijson.git
synced 2025-02-01 06:52:47 +01:00
Add some debug output to Travis CI build script
This commit is contained in:
parent
8ee5ccbbcf
commit
d2e906e63b
@ -23,6 +23,7 @@ pushd build > /dev/null
|
|||||||
CMAKE_FLAGS=
|
CMAKE_FLAGS=
|
||||||
if [[ $CXX == 'clang++' ]]; then
|
if [[ $CXX == 'clang++' ]]; then
|
||||||
CMAKE_FLAGS=-DCMAKE_CXX_FLAGS=-DBOOST_NO_CXX11_ALLOCATOR
|
CMAKE_FLAGS=-DCMAKE_CXX_FLAGS=-DBOOST_NO_CXX11_ALLOCATOR
|
||||||
|
echo "Additional flags to pass to cmake: $CMAKE_FLAGS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Attempting to build and run test suite with C++11 support disabled..."
|
echo "Attempting to build and run test suite with C++11 support disabled..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user