mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-08 06:29:23 +00:00
Travis CI: Turn verbosity up for MODE=cmake-oos
This commit is contained in:
parent
b784c75670
commit
f991a45dec
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ elif [[ ${MODE} = cmake-oos ]]; then
|
|||
mkdir build
|
||||
cd build
|
||||
cmake ${CMAKE_ARGS} ..
|
||||
make all test
|
||||
make VERBOSE=1 all test
|
||||
make DESTDIR="${PWD}"/ROOT install
|
||||
find ROOT -printf "%P\n" | sort
|
||||
elif [[ ${MODE} = cppcheck ]]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue