Travis: more debugging code
This commit is contained in:
parent
991d111d91
commit
094910d7e4
@ -9,6 +9,10 @@ set -e
|
||||
set -x
|
||||
|
||||
. ~/.profile
|
||||
ls -l $HOME/opt/gcc-arm-none-eabi-4_7-2014q2/bin
|
||||
file $HOME/opt/gcc-arm-none-eabi-4_7-2014q2/bin/arm-none-eabi-gcc
|
||||
ldd $HOME/opt/gcc-arm-none-eabi-4_7-2014q2/bin/arm-none-eabi-gcc || echo "ldd failed"
|
||||
$HOME/opt/gcc-arm-none-eabi-4_7-2014q2/bin/arm-none-eabi-gcc -v
|
||||
|
||||
echo "Testing ArduPlane build"
|
||||
pushd ArduPlane
|
||||
|
@ -107,3 +107,4 @@ if ! grep -Fxq "$exportline2" ~/.profile ; then
|
||||
fi
|
||||
fi
|
||||
|
||||
apt-cache search arm-none-eabi
|
||||
|
Loading…
Reference in New Issue
Block a user