Add Travis scan for the stm32 environments

This commit is contained in:
Josh Stewart 2017-06-21 15:30:06 +10:00
parent d82345785d
commit 4b9ef6a31d
2 changed files with 3 additions and 3 deletions

View File

@ -59,12 +59,12 @@ script:
- cd /home/travis/build
- git clone --depth=20 https://github.com/noisymime/cppcheck.git noisymime/cppcheck
- cd noisymime/speeduino
- platformio run
- platformio run -e megaatmega2560 -e teensy35 -e genericSTM32F103RB
- cd ..
notifications:
slack: speeduino:Y8Bhhviu4r7HFF3abMYDnH3p
# - speeduino/misra/check_misra.sh

View File

@ -48,7 +48,7 @@ build_flags = -fpermissive -std=gnu++11
[platformio]
src_dir=speeduino
env_default = megaatmega2560, teensy35
env_default = megaatmega2560
;The following lines are for testing / experimentation only. Comment the line above to try them out
;env_default = teensy35
;env_default = LaunchPad_tm4c1294ncpdt