mirror of
https://github.com/tristanpenman/valijson.git
synced 2025-01-31 22:45:37 +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=
|
||||
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..."
|
||||
|
Loading…
x
Reference in New Issue
Block a user