Disable testing on Bluepill until ROM size issue is resolved

This commit is contained in:
Josh Stewart 2018-01-03 20:29:13 +11:00
parent 3a98d08c1a
commit 654aa728d5
1 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,8 @@ script:
- git clone --depth=20 https://github.com/noisymime/cppcheck.git noisymime/cppcheck
- cd noisymime/speeduino
- platformio update
- platformio run -e megaatmega2560 -e teensy35 -e bluepill_f103c8 -e genericSTM32F103RB
# - platformio run -e megaatmega2560 -e teensy35 -e bluepill_f103c8 -e genericSTM32F103RB
- platformio run -e megaatmega2560 -e teensy35 -e genericSTM32F103RB
- cd ..
- chmod +x speeduino/misra/check_misra.sh
- speeduino/misra/check_misra.sh