diff --git a/.ci/compile.sh b/.ci/compile.sh index ef0a3faef..0d65f9652 100755 --- a/.ci/compile.sh +++ b/.ci/compile.sh @@ -285,7 +285,7 @@ echo "::endgroup::" # Build echo "::group::Build project" echo "Running CMake with following build flags: ${buildflags[*]}" -cmake --build . "${buildflags[@]}" +cmake --build . --verbose "${buildflags[@]}" echo "::endgroup::" # Post-build