Switched to using cpp as the default language and specifying arm in the makefile.

This commit is contained in:
Pierre Hugo 2015-01-23 16:26:56 -08:00
parent 616c40a827
commit 861f5b6725
1 changed files with 5 additions and 4 deletions

View File

@ -11,11 +11,12 @@ env:
- TARGET=SPARKY - TARGET=SPARKY
- TARGET=STM32F3DISCOVERY - TARGET=STM32F3DISCOVERY
- TARGET=ALIENWIIF1 - TARGET=ALIENWIIF1
language: c # We use cpp for unit tests, and c for the main project.
compiler: arm-none-eabi-gcc language: cpp
compiler: clang
before_install: sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded && sudo apt-get update 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 install: sudo apt-get install build-essential gcc-arm-none-eabi git
before_script: $CC --version before_script: arm-none-eabi-gcc --version
script: make -j2 script: make -j2
notifications: notifications: