verbose flag for cpp tests (#10524)
This commit is contained in:
parent
6cf3ba7efd
commit
9cb8606103
@ -10,7 +10,7 @@ DIR=parity-clib/examples/cpp/build
|
||||
mkdir -p $DIR
|
||||
cd $DIR
|
||||
cmake ..
|
||||
make -j $THREADS
|
||||
make VERBOSE=1 -j $THREADS
|
||||
# Note: we don't try to run the example because it tries to sync Kovan, and we don't want
|
||||
# that to happen on CI
|
||||
cd -
|
||||
|
Loading…
Reference in New Issue
Block a user