mirror of https://github.com/ArduPilot/ardupilot
ci: fixed compiler path
This commit is contained in:
parent
40323f811f
commit
eff2cfa1d6
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
ARM_ROOT="gcc-arm-none-eabi-4_9-2015q3"
|
ARM_ROOT="gcc-arm-none-eabi-6-2017-q2-update"
|
||||||
ARM_TARBALL="$ARM_ROOT-20150921-linux.tar.bz2"
|
ARM_TARBALL="$ARM_ROOT-20150921-linux.tar.bz2"
|
||||||
|
|
||||||
RPI_ROOT="master"
|
RPI_ROOT="master"
|
||||||
|
@ -38,7 +38,7 @@ ln -s /usr/bin/clang++-3.7 ~/bin/clang++
|
||||||
ln -s /usr/bin/llvm-ar-3.7 ~/bin/llvm-ar
|
ln -s /usr/bin/llvm-ar-3.7 ~/bin/llvm-ar
|
||||||
|
|
||||||
exportline="export PATH=$HOME/bin"
|
exportline="export PATH=$HOME/bin"
|
||||||
exportline="${exportline}:$HOME/opt/gcc-arm-none-eabi-4_9-2015q3/bin"
|
exportline="${exportline}:$HOME/opt/gcc-arm-none-eabi-6-2017-q2-update/bin"
|
||||||
exportline="${exportline}:$HOME/opt/tools-master/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin"
|
exportline="${exportline}:$HOME/opt/tools-master/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin"
|
||||||
exportline="${exportline}:\$PATH"
|
exportline="${exportline}:\$PATH"
|
||||||
|
|
||||||
|
@ -54,4 +54,4 @@ pip install --user argparse empy pyserial pexpect mavproxy
|
||||||
|
|
||||||
git clone --depth=50 --branch=master https://github.com/${TRAVIS_REPO_SLUG}.git master
|
git clone --depth=50 --branch=master https://github.com/${TRAVIS_REPO_SLUG}.git master
|
||||||
cd master
|
cd master
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
Loading…
Reference in New Issue