You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
593 B
24 lines
593 B
env:
|
|
- TARGET=CC3D
|
|
- TARGET=CHEBUZZF3
|
|
- TARGET=CJMCU
|
|
- TARGET=EUSTM32F103RC
|
|
- TARGET=MASSIVEF3
|
|
- TARGET=NAZE
|
|
- TARGET=NAZE32PRO
|
|
- TARGET=OLIMEXINO
|
|
- TARGET=PORT103R
|
|
- TARGET=SPARKY
|
|
- TARGET=STM32F3DISCOVERY
|
|
- TARGET=ALIENWIIF1
|
|
language: c
|
|
compiler: arm-none-eabi-gcc
|
|
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
|
|
before_script: $CC --version
|
|
script: make -j2
|
|
|
|
notifications:
|
|
irc: "chat.freenode.net#cleanflight"
|
|
use_notice: true
|
|
skip_join: true
|