Browse Source

Add UBL testing to Travis

Scott Lahteine 7 years ago
parent
commit
fba22652fc
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      .travis.yml

+ 6
- 0
.travis.yml View File

@@ -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…
Cancel
Save