ci: mac: print shared library deps
This commit is contained in:
parent
4a1feadaab
commit
1b586e62d9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue