瀏覽代碼

Add a Travis test for UBL + DELTA

Scott Lahteine 7 年之前
父節點
當前提交
13a06711ad
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      .travis.yml

+ 4
- 4
.travis.yml 查看文件

@@ -375,17 +375,17 @@ script:
375 375
   - use_example_configs Hephestos_2
376 376
   - build_marlin
377 377
   #
378
-  # Delta Config (generic)
378
+  # Delta Config (generic) + ABL bilinear + PROBE_MANUALLY
379 379
   - restore_configs
380 380
   - use_example_configs delta/generic
381
-  - opt_enable REPRAP_DISCOUNT_SMART_CONTROLLER DELTA_CALIBRATION_MENU
381
+  - opt_enable REPRAP_DISCOUNT_SMART_CONTROLLER DELTA_CALIBRATION_MENU AUTO_BED_LEVELING_BILINEAR PROBE_MANUALLY
382 382
   - build_marlin
383 383
   #
384
-  # Delta Config (generic) + ABL + ALLEN_KEY
384
+  # Delta Config (generic) + UBL + ALLEN_KEY + OLED_PANEL_TINYBOY2 + EEPROM_SETTINGS
385 385
   #
386 386
   - use_example_configs delta/generic
387 387
   - opt_disable DISABLE_MIN_ENDSTOPS
388
-  - opt_enable AUTO_BED_LEVELING_BILINEAR Z_PROBE_ALLEN_KEY
388
+  - opt_enable AUTO_BED_LEVELING_UBL Z_PROBE_ALLEN_KEY EEPROM_SETTINGS EEPROM_CHITCHAT OLED_PANEL_TINYBOY2
389 389
   - build_marlin
390 390
   #
391 391
   # Delta Config (FLSUN AC because it's complex)

Loading…
取消
儲存