Remove unneeded volatile
[betaflight.git] / .travis.yml
blob26ade6fb87f9a22e398a92682eddc0b7a044c77a
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
20 before_install: sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded && sudo apt-get update
21 install: sudo apt-get install build-essential gcc-arm-none-eabi git
22 before_script: arm-none-eabi-gcc --version
23 script: ./.travis.sh
25 notifications:
26   irc: "chat.freenode.net#cleanflight"
27   use_notice: true
28   skip_join: true