Skip to content

Commit 95d081a

Browse files
committed
Debug build issues on Travis
1 parent 32bc0b0 commit 95d081a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

travis/travis-build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ cmake "$REPO_ROOT" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo
5656
# now, compile
5757
make
5858

59+
# check where the .so files have been generated
60+
find -type f -iname '*.so*'
61+
5962
# build Debian package
6063
cpack -V -G DEB
6164

0 commit comments

Comments
 (0)