Skip to content

Commit 94d9432

Browse files
committed
Debug
1 parent d5e0f67 commit 94d9432

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ci/scripts/jni_windows_build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ cmake \
8787
-GNinja
8888
cmake --build "${build_dir}/cpp"
8989
cmake --install "${build_dir}/cpp"
90+
echo "--- ${install_dir}/lib/cmake/Arrow/ArrowConfig.cmake ---"
91+
cat "${install_dir}/lib/cmake/Arrow/ArrowConfig.cmake"
92+
echo "--- ${install_dir}/lib/cmake/Arrow/ArrowTargets.cmake ---"
93+
cat "${install_dir}/lib/cmake/Arrow/ArrowTargets.cmake"
94+
echo "--- ${install_dir}/lib/cmake/Arrow/ArrowTargets-release.cmake ---"
95+
cat "${install_dir}/lib/cmake/Arrow/ArrowTargets-release.cmake"
9096
github_actions_group_end
9197

9298
if [ "${ARROW_RUN_TESTS:-OFF}" = "ON" ]; then

0 commit comments

Comments
 (0)