chore: call ctest with -V
This commit is contained in:
parent
58dd7346e4
commit
6a34b20540
1 changed files with 1 additions and 1 deletions
|
|
@ -5,5 +5,5 @@ cd build
|
|||
eval cmake ../src $CMAKE_OPTIONS
|
||||
cmake --build .
|
||||
# -T to create .xml file
|
||||
ctest -j8 --output-on-failure --no-compress-output -T Test
|
||||
ctest -j8 -V --output-on-failure --no-compress-output -T Test
|
||||
cpack
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue