From 06ee3fb1e6ec2613392e9a4bc06d6ae466770fc5 Mon Sep 17 00:00:00 2001 From: Benoit Bovy Date: Tue, 20 Aug 2024 16:11:02 +0200 Subject: [PATCH] more logs --- ci/install_3rdparty.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ci/install_3rdparty.sh b/ci/install_3rdparty.sh index 84002b8..dbbb6c9 100755 --- a/ci/install_3rdparty.sh +++ b/ci/install_3rdparty.sh @@ -126,6 +126,11 @@ build_install_dependencies(){ cmake --build $S2GEOGRAPHY_BUILD_DIR cmake --install $S2GEOGRAPHY_BUILD_DIR + + echo "----- Log installed files" + + ls -all $INSTALL_DIR/lib + ls -all $INSTALL_DIR/include } if [ -d "$INSTALL_DIR/include/s2geography" ]; then