Bladeren bron

Add UBL testing to Travis

Scott Lahteine 8 jaren geleden
bovenliggende
commit
fba22652fc
1 gewijzigde bestanden met toevoegingen van 6 en 0 verwijderingen
  1. 6
    0
      .travis.yml

+ 6
- 0
.travis.yml Bestand weergeven

117
   - opt_set ABL_GRID_POINTS_Y 16
117
   - opt_set ABL_GRID_POINTS_Y 16
118
   - build_marlin
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
   # Test a Sled Z Probe
126
   # Test a Sled Z Probe
121
   #
127
   #
122
   - restore_configs
128
   - restore_configs

Laden…
Annuleren
Opslaan