Travis: another attempt at fixing compiler path

This commit is contained in:
Andrew Tridgell 2015-04-05 12:24:54 -07:00
parent 7048836d1e
commit 991d111d91
2 changed files with 8 additions and 2 deletions

View File

@ -8,6 +8,8 @@
set -e
set -x
. ~/.profile
echo "Testing ArduPlane build"
pushd ArduPlane
make configure

View File

@ -72,7 +72,7 @@ fi
mkdir -p $OPT
cd $OPT;
cd $OPT
wget $ARM_TARBALL_URL
tar xjf ${ARM_TARBALL}
rm -f ${ARM_TARBALL}
@ -82,4 +82,8 @@ echo $exportline >> ~/.profile
exportline2="export PATH=$CWD/$ARDUPILOT_TOOLS:\$PATH";
echo $exportline2 >> ~/.profile
$exportline2
. ~/.profile
echo $PATH
ls -l $OPT/$ARM_ROOT/bin