Fix small_angle type to match CLI
[betaflight.git] / .travis.yml
blob209d9dad669902057828cd17c324c46e4f820cec
1 env:
2   - RUNTESTS=True
3   - TARGET=CC3D
4   - TARGET=CC3D OPBL=yes 
5   - TARGET=CHEBUZZF3
6   - TARGET=CJMCU
7   - TARGET=EUSTM32F103RC
8   - TARGET=SPRACINGF3
9   - TARGET=NAZE
10   - TARGET=NAZE32PRO
11   - TARGET=OLIMEXINO
12   - TARGET=PORT103R
13   - TARGET=SPARKY
14   - TARGET=STM32F3DISCOVERY
15   - TARGET=ALIENWIIF1
16   - TARGET=ALIENWIIF3
17 # We use cpp for unit tests, and c for the main project.
18 language: cpp
19 compiler: clang
21 before_install: 
22   - sudo apt-get update
23   - wget "https://launchpad.net/gcc-arm-embedded/4.8/4.8-2014-q3-update/+download/gcc-arm-none-eabi-4_8-2014q3-20140805-linux.tar.bz2"
25 install: 
26   - sudo apt-get install build-essential git libc6-i386
27   - tar -xf gcc-arm-none-eabi-4_8-2014q3-20140805-linux.tar.bz2
28   - export PATH=$PATH:$PWD/gcc-arm-none-eabi-4_8-2014q3/bin
29    
30 before_script: arm-none-eabi-gcc --version
31 script: ./.travis.sh
33 notifications:
34   irc: "chat.freenode.net#cleanflight"
35   use_notice: true
36   skip_join: true