Add verbosity to build
This commit is contained in:
parent
785136fd36
commit
a02f2ab47c
1 changed files with 3 additions and 3 deletions
|
|
@ -55,9 +55,9 @@ cleanup
|
|||
|
||||
mkdir build || rm -rf build/*
|
||||
cd build
|
||||
cmake ..
|
||||
make -j10
|
||||
make test
|
||||
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
VERBOSE=1 make -j10
|
||||
VERBOSE=1 make test
|
||||
cd ..
|
||||
|
||||
cleanup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue