瀏覽代碼

Add UBL testing to Travis

Scott Lahteine 8 年之前
父節點
當前提交
fba22652fc
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. 6
    0
      .travis.yml

+ 6
- 0
.travis.yml 查看文件

@@ -117,6 +117,12 @@ script:
117 117
   - opt_set ABL_GRID_POINTS_Y 16
118 118
   - build_marlin
119 119
   #
120
+  # Test a simple build of AUTO_BED_LEVELING_UBL
121
+  #
122
+  - restore_configs
123
+  - opt_enable AUTO_BED_LEVELING_UBL FIX_MOUNTED_PROBE EEPROM_SETTINGS G3D_PANEL
124
+  - build_marlin
125
+  #
120 126
   # Test a Sled Z Probe
121 127
   #
122 128
   - restore_configs

Loading…
取消
儲存