Browse Source

Do two or three fewer test builds

Scott Lahteine 7 years ago
parent
commit
e907654d6a
1 changed files with 4 additions and 11 deletions
  1. 4
    11
      .travis.yml

+ 4
- 11
.travis.yml View File

300
   ######## Example Configurations ##############
300
   ######## Example Configurations ##############
301
   #
301
   #
302
   # BQ Hephestos 2
302
   # BQ Hephestos 2
303
-  - restore_configs
304
-  - use_example_configs Hephestos_2
305
-  - build_marlin
303
+  #- restore_configs
304
+  #- use_example_configs Hephestos_2
305
+  #- build_marlin
306
   #
306
   #
307
   # Delta Config (generic) + ABL bilinear + PROBE_MANUALLY
307
   # Delta Config (generic) + ABL bilinear + PROBE_MANUALLY
308
-  - restore_configs
309
   - use_example_configs delta/generic
308
   - use_example_configs delta/generic
310
   - opt_enable REPRAP_DISCOUNT_SMART_CONTROLLER DELTA_CALIBRATION_MENU AUTO_BED_LEVELING_BILINEAR PROBE_MANUALLY
309
   - opt_enable REPRAP_DISCOUNT_SMART_CONTROLLER DELTA_CALIBRATION_MENU AUTO_BED_LEVELING_BILINEAR PROBE_MANUALLY
311
   - build_marlin
310
   - build_marlin
327
   #- use_example_configs makibox
326
   #- use_example_configs makibox
328
   #- build_marlin
327
   #- build_marlin
329
   #
328
   #
330
-  # SCARA Config
329
+  # SCARA with TMC2130
331
   #
330
   #
332
   - use_example_configs SCARA
331
   - use_example_configs SCARA
333
   - opt_enable AUTO_BED_LEVELING_BILINEAR FIX_MOUNTED_PROBE USE_ZMIN_PLUG EEPROM_SETTINGS EEPROM_CHITCHAT ULTIMAKERCONTROLLER
332
   - opt_enable AUTO_BED_LEVELING_BILINEAR FIX_MOUNTED_PROBE USE_ZMIN_PLUG EEPROM_SETTINGS EEPROM_CHITCHAT ULTIMAKERCONTROLLER
334
-  - build_marlin
335
-  #
336
-  # TMC2130 Config
337
-  #
338
-  - restore_configs
339
   - opt_enable_adv HAVE_TMC2130 X_IS_TMC2130 Y_IS_TMC2130 Z_IS_TMC2130
333
   - opt_enable_adv HAVE_TMC2130 X_IS_TMC2130 Y_IS_TMC2130 Z_IS_TMC2130
340
-  - build_marlin
341
   - opt_enable_adv AUTOMATIC_CURRENT_CONTROL STEALTHCHOP HYBRID_THRESHOLD SENSORLESS_HOMING
334
   - opt_enable_adv AUTOMATIC_CURRENT_CONTROL STEALTHCHOP HYBRID_THRESHOLD SENSORLESS_HOMING
342
   - build_marlin
335
   - build_marlin
343
   #
336
   #

Loading…
Cancel
Save