ci: mac: print shared library deps

This commit is contained in:
Eric Wasylishen 2021-09-11 15:35:46 -06:00
parent 4a1feadaab
commit 1b586e62d9
1 changed files with 7 additions and 0 deletions

View File

@ -18,6 +18,13 @@ make -j8 testlight || exit 1
make -j8 testqbsp || exit 1
cpack || exit 1
# print shared libraries used
otool -L ./light/light
otool -L ./qbsp/qbsp
otool -L ./vis/vis
otool -L ./bspinfo/bspinfo
otool -L ./bsputil/bsputil
# run tests
./light/testlight || exit 1
./qbsp/testqbsp || exit 1