Remove stm32f103 from automated Travis build

This commit is contained in:
Josh Stewart 2019-06-25 13:41:59 +10:00
parent 19cb1a5cb0
commit b04939d0c7
2 changed files with 5 additions and 5 deletions

View File

@ -64,10 +64,10 @@ script:
- platformio update - platformio update
# - platformio run -e megaatmega2560 -e teensy35 -e bluepill_f103c8 -e genericSTM32F103RB # - platformio run -e megaatmega2560 -e teensy35 -e bluepill_f103c8 -e genericSTM32F103RB
# Run the builds # Run the builds
- platformio run -e megaatmega2560 -e teensy35 -e genericSTM32F103RB - platformio run -e megaatmega2560 -e teensy35
# Upload ini and hex files to speeduino.com server # Upload ini and hex files to speeduino.com server
- curl --user "speeduino_firmware@speeduino.com:$WEB_PWD" --basic -T "./.pioenvs/megaatmega2560/firmware.hex" "https://speeduino.com:2078/bin/master.hex" - curl -v --user "speeduino_firmware@speeduino.com:$WEB_PWD" --basic -T "./.pioenvs/megaatmega2560/firmware.hex" "https://speeduino.com:2078/bin/master.hex"
- curl --user "speeduino_firmware@speeduino.com:$WEB_PWD" --basic -T "./reference/speeduino.ini" "https://speeduino.com:2078/master.ini" - curl -v --user "speeduino_firmware@speeduino.com:$WEB_PWD" --basic -T "./reference/speeduino.ini" "https://speeduino.com:2078/master.ini"
# Begin MISRA scan # Begin MISRA scan
- cd .. - cd ..
- chmod +x speeduino/misra/check_misra.sh - chmod +x speeduino/misra/check_misra.sh

View File

@ -746,7 +746,7 @@ CITE_BIB_FILES =
# messages are off. # messages are off.
# The default value is: NO. # The default value is: NO.
QUIET = NO QUIET = YES
# The WARNINGS tag can be used to turn on/off the warning messages that are # The WARNINGS tag can be used to turn on/off the warning messages that are
# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES