소스 검색

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…
취소
저장