CDash workaround

This commit is contained in:
Julien Cabieces 2022-05-05 13:53:12 +02:00 committed by Nyall Dawson
parent bcad17f71d
commit 6348117128

View File

@ -116,7 +116,7 @@ git config --global --add safe.directory /root/QGIS
#######
echo "${bold}Building QGIS...${endbold}"
echo "::group::build"
ctest -V -S /root/QGIS/.ci/config_build.ctest
ctest -VV -S /root/QGIS/.ci/config_build.ctest
echo "::endgroup::"
########################