mirror of
https://github.com/tristanpenman/valijson.git
synced 2025-03-03 12:58:03 +01:00
Update Travis CI build script to include verbose make output in build log
This commit is contained in:
parent
d2e906e63b
commit
a2b119eff4
@ -28,7 +28,7 @@ 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..."
|
||||||
cmake $CMAKE_FLAGS -DVALIJSON_CXX11_ADAPTERS=disabled ..
|
cmake $CMAKE_FLAGS -DVALIJSON_CXX11_ADAPTERS=disabled ..
|
||||||
make
|
VERBOSE=1 make
|
||||||
./test_suite
|
./test_suite
|
||||||
|
|
||||||
echo "Checking if current compiler is GCC..."
|
echo "Checking if current compiler is GCC..."
|
||||||
@ -38,7 +38,7 @@ else
|
|||||||
echo "Attempting to build and run test suite with C++11 support enabled..."
|
echo "Attempting to build and run test suite with C++11 support enabled..."
|
||||||
make clean
|
make clean
|
||||||
cmake $CMAKE_FLAGS -DVALIJSON_CXX11_ADAPTERS=enabled ..
|
cmake $CMAKE_FLAGS -DVALIJSON_CXX11_ADAPTERS=enabled ..
|
||||||
make
|
VERBOSE=1 make
|
||||||
./test_suite
|
./test_suite
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user