Change travis arm tests to use gcc-arm-embedded v5
This commit is contained in:
parent
ab59a387b3
commit
0d0e44036b
|
@ -44,9 +44,9 @@ before_script:
|
||||||
## in Ubuntu >= 14.04, but this external PPA is needed for 12.04.
|
## in Ubuntu >= 14.04, but this external PPA is needed for 12.04.
|
||||||
## Install srecord
|
## Install srecord
|
||||||
- if [ ${BUILD_ARCH:-0} = arm-aapcs ] ; then
|
- if [ ${BUILD_ARCH:-0} = arm-aapcs ] ; then
|
||||||
sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded &&
|
sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa &&
|
||||||
sudo apt-get -qq update &&
|
sudo apt-get -qq update &&
|
||||||
sudo apt-get -qq install gcc-arm-none-eabi srecord &&
|
sudo apt-get -qq install gcc-arm-embedded srecord &&
|
||||||
arm-none-eabi-gcc --version ;
|
arm-none-eabi-gcc --version ;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue