mirror of https://github.com/ArduPilot/ardupilot
Travis: removed script breakage
This commit is contained in:
parent
2f8764d31a
commit
793a212d28
|
@ -9,10 +9,6 @@ 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
|
||||
|
|
Loading…
Reference in New Issue