Skip to content

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy committed Aug 20, 2024
1 parent 9703a57 commit 06ee3fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/install_3rdparty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06ee3fb

Please sign in to comment.