diff --git a/script/ci.sh b/script/ci.sh index eb6ef0c61f..0f60bb54a0 100755 --- a/script/ci.sh +++ b/script/ci.sh @@ -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