Travis: another attempt at fixing compiler path
This commit is contained in:
parent
7048836d1e
commit
991d111d91
@ -8,6 +8,8 @@
|
||||
set -e
|
||||
set -x
|
||||
|
||||
. ~/.profile
|
||||
|
||||
echo "Testing ArduPlane build"
|
||||
pushd ArduPlane
|
||||
make configure
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user