mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
fix travis
This commit is contained in:
parent
c50e48736f
commit
e98acee7cf
1 changed files with 2 additions and 5 deletions
|
@ -68,13 +68,10 @@ addons:
|
|||
language: cpp
|
||||
compiler: clang
|
||||
|
||||
before_install:
|
||||
- curl --retry 10 --retry-max-time 120 -L "https://launchpad.net/gcc-arm-embedded/5.0/5-2016-q2-update/+download/gcc-arm-none-eabi-5_4-2016q2-20160622-linux.tar.bz2" | tar xfj -
|
||||
|
||||
install:
|
||||
- export PATH=$PATH:$PWD/gcc-arm-none-eabi-5_4-2016q2/bin
|
||||
- make arm_sdk_install
|
||||
|
||||
before_script: arm-none-eabi-gcc --version
|
||||
before_script: tools/gcc-arm-none-*/bin/arm-none-eabi-gcc --version
|
||||
script: ./.travis.sh
|
||||
|
||||
cache: apt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue