Browse Source

Travis CI test STM32F1 with HD44780

Scott Lahteine 6 years ago
parent
commit
03fa05ab59
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      .travis.yml

+ 2
- 1
.travis.yml View File

@@ -472,11 +472,12 @@ script:
472 472
   - build_marlin_pio ${TRAVIS_BUILD_DIR} ${TEST_PLATFORM}
473 473
 
474 474
   #############################
475
-  # STM32F1 default config test
475
+  # STM32F1 config test
476 476
   #############################
477 477
 
478 478
   - export TEST_PLATFORM="-e STM32F1"
479 479
   - restore_configs
480 480
   - opt_set MOTHERBOARD BOARD_STM32F1R
481 481
   - update_defaults
482
+  - opt_enable EEPROM_SETTINGS EEPROM_CHITCHAT REPRAP_DISCOUNT_SMART_CONTROLLER SDSUPPORT
482 483
   - build_marlin_pio ${TRAVIS_BUILD_DIR} ${TEST_PLATFORM}

Loading…
Cancel
Save