13 - TARGET=EUSTM32F103RC
21 - TARGET=STM32F3DISCOVERY
22 - TARGET=ALIENFLIGHTF1
23 - TARGET=ALIENFLIGHTF3
25 # use new docker environment
40 # We use cpp for unit tests, and c for the main project.
45 - curl --retry 10 --retry-max-time 120 -L "https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q2-update/+download/gcc-arm-none-eabi-4_9-2015q2-20150609-linux.tar.bz2" | tar xfj -
48 - export PATH=$PATH:$PWD/gcc-arm-none-eabi-4_9-2015q2/bin
50 before_script: arm-none-eabi-gcc --version
56 irc: "chat.freenode.net#cleanflight"