mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Switched to using cpp as the default language and specifying arm in the makefile.
This commit is contained in:
parent
616c40a827
commit
861f5b6725
1 changed files with 5 additions and 4 deletions
|
@ -11,14 +11,15 @@ env:
|
||||||
- TARGET=SPARKY
|
- TARGET=SPARKY
|
||||||
- TARGET=STM32F3DISCOVERY
|
- TARGET=STM32F3DISCOVERY
|
||||||
- TARGET=ALIENWIIF1
|
- TARGET=ALIENWIIF1
|
||||||
language: c
|
# We use cpp for unit tests, and c for the main project.
|
||||||
compiler: arm-none-eabi-gcc
|
language: cpp
|
||||||
|
compiler: clang
|
||||||
before_install: sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded && sudo apt-get update
|
before_install: sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded && sudo apt-get update
|
||||||
install: sudo apt-get install build-essential gcc-arm-none-eabi git
|
install: sudo apt-get install build-essential gcc-arm-none-eabi git
|
||||||
before_script: $CC --version
|
before_script: arm-none-eabi-gcc --version
|
||||||
script: make -j2
|
script: make -j2
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc: "chat.freenode.net#cleanflight"
|
irc: "chat.freenode.net#cleanflight"
|
||||||
use_notice: true
|
use_notice: true
|
||||||
skip_join: true
|
skip_join: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue