diff --git a/.ci/compile.sh b/.ci/compile.sh index 2047d347f..973ee5149 100755 --- a/.ci/compile.sh +++ b/.ci/compile.sh @@ -161,6 +161,7 @@ fi echo "::group::Configure cmake" cmake --version +echo "Running cmake with flags:" "${flags[@]}" cmake .. "${flags[@]}" echo "::endgroup::"