31 lines
734 B
YAML
31 lines
734 B
YAML
env:
|
|
- RUNTESTS=True
|
|
- TARGET=CC3D
|
|
- TARGET=CC3D OPBL=yes
|
|
- TARGET=CHEBUZZF3
|
|
- TARGET=CJMCU
|
|
- TARGET=EUSTM32F103RC
|
|
- TARGET=SPRACINGF3
|
|
- TARGET=NAZE
|
|
- TARGET=NAZE32PRO
|
|
- TARGET=OLIMEXINO
|
|
- TARGET=PORT103R
|
|
- TARGET=SPARKY
|
|
- TARGET=STM32F3DISCOVERY
|
|
- TARGET=ALIENWIIF1
|
|
- TARGET=ALIENWIIF3
|
|
# We use cpp for unit tests, and c for the main project.
|
|
language: cpp
|
|
compiler: clang
|
|
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=4.* git
|
|
before_script: arm-none-eabi-gcc --version
|
|
script: ./.travis.sh
|
|
|
|
notifications:
|
|
irc: "chat.freenode.net#cleanflight"
|
|
use_notice: true
|
|
skip_join: true
|