Sfoglia il codice sorgente

Add UBL testing to Travis

Scott Lahteine 8 anni fa
parent
commit
fba22652fc
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6
    0
      .travis.yml

+ 6
- 0
.travis.yml Vedi 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…
Annulla
Salva