Disable testing on Bluepill until ROM size issue is resolved
This commit is contained in:
parent
3a98d08c1a
commit
654aa728d5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue