5 echo "========================================================================="
6 if [ "$TRAVIS_OS_NAME" == "linux" ]; then
7 #stop here if ./waf install wasn't successful
8 ls -l /usr
/bin
/jackd ||
exit
11 locate jack |
grep -e "/usr/bin" -e "/usr/lib" -e "/usr/share/man" -e "/usr/include"
13 locate jack |
grep /usr
/share
/man |
grep "\.1" |
while read line
; do
14 man
-P cat "$line"; done
15 #check for unused dependencies
16 ls -1 /usr
/bin
/jack_
*|
while read line
; do
17 echo "checking unused dependencies for ${line}:"; ldd
-r -u "$line"; done
18 elif [ "$TRAVIS_OS_NAME" == "osx" ]; then
19 #stop here if ./waf install wasn't successful
20 ls -l /usr
/local
/bin
/jackd ||
exit
22 echo "========================================================================="
24 echo "========================================================================="
28 echo "========================================================================="
30 echo "========================================================================="
32 echo "========================================================================="
33 sudo jack_test
#--verbose
34 echo "========================================================================="
35 echo "stopping jackd now"
37 echo "========================================================================="