mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-12 18:20:27 +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..."
|
||||
cmake $CMAKE_FLAGS -DVALIJSON_CXX11_ADAPTERS=disabled ..
|
||||
make
|
||||
VERBOSE=1 make
|
||||
./test_suite
|
||||
|
||||
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..."
|
||||
make clean
|
||||
cmake $CMAKE_FLAGS -DVALIJSON_CXX11_ADAPTERS=enabled ..
|
||||
make
|
||||
VERBOSE=1 make
|
||||
./test_suite
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user