Enable verbose compilation logging

This commit is contained in:
tooomm 2026-08-29 23:14:54 +02:00
parent 7b452b923f
commit fa0d954afa

View file

@ -285,7 +285,7 @@ echo "::endgroup::"
# Build # Build
echo "::group::Build project" echo "::group::Build project"
echo "Running CMake with following build flags: ${buildflags[*]}" echo "Running CMake with following build flags: ${buildflags[*]}"
cmake --build . "${buildflags[@]}" cmake --build . --verbose "${buildflags[@]}"
echo "::endgroup::" echo "::endgroup::"
# Post-build # Post-build