Add Travis scan for the stm32 environments
This commit is contained in:
parent
d82345785d
commit
4b9ef6a31d
|
@ -59,12 +59,12 @@ script:
|
||||||
- cd /home/travis/build
|
- cd /home/travis/build
|
||||||
- git clone --depth=20 https://github.com/noisymime/cppcheck.git noisymime/cppcheck
|
- git clone --depth=20 https://github.com/noisymime/cppcheck.git noisymime/cppcheck
|
||||||
- cd noisymime/speeduino
|
- cd noisymime/speeduino
|
||||||
- platformio run
|
- platformio run -e megaatmega2560 -e teensy35 -e genericSTM32F103RB
|
||||||
- cd ..
|
- cd ..
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
slack: speeduino:Y8Bhhviu4r7HFF3abMYDnH3p
|
slack: speeduino:Y8Bhhviu4r7HFF3abMYDnH3p
|
||||||
|
|
||||||
# - speeduino/misra/check_misra.sh
|
# - speeduino/misra/check_misra.sh
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -48,7 +48,7 @@ build_flags = -fpermissive -std=gnu++11
|
||||||
|
|
||||||
[platformio]
|
[platformio]
|
||||||
src_dir=speeduino
|
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
|
;The following lines are for testing / experimentation only. Comment the line above to try them out
|
||||||
;env_default = teensy35
|
;env_default = teensy35
|
||||||
;env_default = LaunchPad_tm4c1294ncpdt
|
;env_default = LaunchPad_tm4c1294ncpdt
|
||||||
|
|
Loading…
Reference in New Issue