mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
absolute path to gcc in .travis.yml
This commit is contained in:
parent
e98acee7cf
commit
a36ad01c3a
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ compiler: clang
|
|||
install:
|
||||
- make arm_sdk_install
|
||||
|
||||
before_script: tools/gcc-arm-none-*/bin/arm-none-eabi-gcc --version
|
||||
before_script: tools/gcc-arm-none-eabi-5_4-2016q2/bin/arm-none-eabi-gcc --version
|
||||
script: ./.travis.sh
|
||||
|
||||
cache: apt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue