2014-12-15 12:36:06 -08:00
|
|
|
env:
|
2015-01-23 16:49:44 -08:00
|
|
|
- RUNTESTS=True
|
2014-12-15 12:36:06 -08:00
|
|
|
- TARGET=CC3D
|
2015-01-22 10:26:36 -08:00
|
|
|
- TARGET=CC3D OPBL=yes
|
2014-12-15 12:36:06 -08:00
|
|
|
- TARGET=CHEBUZZF3
|
|
|
|
- TARGET=CJMCU
|
|
|
|
- TARGET=EUSTM32F103RC
|
2015-01-20 17:03:26 -08:00
|
|
|
- TARGET=SPRACINGF3
|
2014-12-15 12:36:06 -08:00
|
|
|
- TARGET=NAZE
|
|
|
|
- TARGET=NAZE32PRO
|
|
|
|
- TARGET=OLIMEXINO
|
|
|
|
- TARGET=PORT103R
|
|
|
|
- TARGET=SPARKY
|
|
|
|
- TARGET=STM32F3DISCOVERY
|
2014-12-28 03:45:15 -08:00
|
|
|
- TARGET=ALIENWIIF1
|
2015-01-06 09:21:24 -08:00
|
|
|
- TARGET=ALIENWIIF3
|
2015-01-23 16:26:56 -08:00
|
|
|
# We use cpp for unit tests, and c for the main project.
|
|
|
|
language: cpp
|
|
|
|
compiler: clang
|
2014-12-15 08:57:51 -08:00
|
|
|
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
|
2015-01-23 16:26:56 -08:00
|
|
|
before_script: arm-none-eabi-gcc --version
|
2015-01-23 16:53:40 -08:00
|
|
|
script: ./.travis.sh
|
2014-12-23 05:40:49 -08:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
irc: "chat.freenode.net#cleanflight"
|
|
|
|
use_notice: true
|
2015-01-23 16:26:56 -08:00
|
|
|
skip_join: true
|