瀏覽代碼

Add a Travis CI test for FWRETRACT

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

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

@@ -76,7 +76,8 @@ script:
76 76
   - build_marlin
77 77
   #
78 78
   # Test 2 extruders (one MAX6675) and heated bed on basic RAMPS 1.4
79
-  #  plus a "Fix Mounted" Probe with Safe Homing and some arc options
79
+  # Test a "Fix Mounted" Probe with Safe Homing, some arc options,
80
+  # linear bed leveling, M48, leveling debug, and firmware retraction.
80 81
   #
81 82
   - opt_set MOTHERBOARD BOARD_RAMPS_14_EEB
82 83
   - opt_set EXTRUDERS 2
@@ -84,12 +85,10 @@ script:
84 85
   - opt_set TEMP_SENSOR_1 1
85 86
   - opt_set TEMP_SENSOR_BED 1
86 87
   - opt_enable PIDTEMPBED FIX_MOUNTED_PROBE Z_SAFE_HOMING ARC_P_CIRCLES CNC_WORKSPACE_PLANES
88
+  - opt_enable REPRAP_DISCOUNT_SMART_CONTROLLER SDSUPPORT EEPROM_SETTINGS
87 89
   - opt_enable BLINKM PCA9632 RGB_LED NEOPIXEL_RGBW_LED
88
-  - build_marlin
89
-  #
90
-  # ...with AUTO_BED_LEVELING_LINEAR, Z_MIN_PROBE_REPEATABILITY_TEST, and DEBUG_LEVELING_FEATURE
91
-  #
92 90
   - opt_enable AUTO_BED_LEVELING_LINEAR Z_MIN_PROBE_REPEATABILITY_TEST DEBUG_LEVELING_FEATURE
91
+  - opt_enable_adv FWRETRACT
93 92
   - opt_set ABL_GRID_POINTS_X 16
94 93
   - opt_set ABL_GRID_POINTS_Y 16
95 94
   - build_marlin

Loading…
取消
儲存