Travis: more debugging code

This commit is contained in:
Andrew Tridgell 2015-04-05 12:38:08 -07:00
parent 991d111d91
commit 094910d7e4
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -107,3 +107,4 @@ if ! grep -Fxq "$exportline2" ~/.profile ; then
fi
fi
apt-cache search arm-none-eabi