diff --git a/.ci/compile.sh b/.ci/compile.sh index f30072de2..05791e1ab 100755 --- a/.ci/compile.sh +++ b/.ci/compile.sh @@ -169,8 +169,7 @@ if [[ $MAKE_PACKAGE ]]; then echo "killing XProtectBehaviorService"; sudo pkill -9 XProtect >/dev/null || true; echo "waiting for XProtectBehaviorService kill"; while pgrep "XProtect"; do sleep 3; done; fi - - cmake --build . --log-level=VERBOSE --target package --config "$BUILDTYPE" + cmake --build . --verbose --target package --config "$BUILDTYPE" echo "::endgroup::" if [[ $PACKAGE_SUFFIX ]]; then