mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
Use verbose make on travis
It would be nice to see what is actually being run.
This commit is contained in:
parent
0f23eac284
commit
7b2b72c932
|
@ -3,7 +3,7 @@ set -ev
|
|||
|
||||
./autogen.sh
|
||||
./configure
|
||||
make --jobs=2
|
||||
make --jobs=2 V=1
|
||||
|
||||
if [ -n "$VALGRIND_TEST" ]; then
|
||||
libtool execute valgrind --leak-check=full --error-exitcode=1 -- \
|
||||
|
|
Loading…
Reference in a new issue