Browse Source

Travis test TMC2130 options

Scott Lahteine 7 years ago
parent
commit
76f47aebb6
1 changed files with 14 additions and 4 deletions
  1. 14
    4
      .travis.yml

+ 14
- 4
.travis.yml View File

@@ -39,12 +39,16 @@ install:
39 39
   - sudo mv U8glib_Arduino /usr/local/share/arduino/libraries/U8glib
40 40
   #
41 41
   # Install: L6470 Stepper Motor Driver library
42
-  - git clone https://github.com/ameyer/Arduino-L6470.git
43
-  - sudo mv Arduino-L6470/L6470 /usr/local/share/arduino/libraries/L6470
42
+  # - git clone https://github.com/ameyer/Arduino-L6470.git
43
+  # - sudo mv Arduino-L6470/L6470 /usr/local/share/arduino/libraries/L6470
44 44
   #
45 45
   # Install: TMC26X Stepper Motor Controller library
46
-  - git clone https://github.com/trinamic/TMC26XStepper.git
47
-  - sudo mv TMC26XStepper /usr/local/share/arduino/libraries/TMC26XStepper
46
+  # - git clone https://github.com/trinamic/TMC26XStepper.git
47
+  # - sudo mv TMC26XStepper /usr/local/share/arduino/libraries/TMC26XStepper
48
+  #
49
+  # Install: TMC2130 Stepper Motor Controller library
50
+  - git clone https://github.com/MarlinFirmware/Trinamic_TMC2130.git
51
+  - sudo mv Trinamic_TMC2130/Trinamic_TMC2130 /usr/local/share/arduino/libraries/Trinamic_TMC2130
48 52
   #
49 53
 before_script:
50 54
   #
@@ -380,6 +384,12 @@ script:
380 384
   - opt_enable AUTO_BED_LEVELING_BILINEAR FIX_MOUNTED_PROBE USE_ZMIN_PLUG EEPROM_SETTINGS EEPROM_CHITCHAT ULTIMAKERCONTROLLER
381 385
   - build_marlin
382 386
   #
387
+  # TMC2130 Config
388
+  #
389
+  - restore_configs
390
+  - opt_enable_adv HAVE_TMC2130DRIVER X_IS_TMC2130 Y_IS_TMC2130 Z_IS_TMC2130 E0_IS_TMC2130
391
+  - build_marlin
392
+  #
383 393
   # tvrrug Config need to check board type for sanguino atmega644p
384 394
   #
385 395
   #- use_example_configs tvrrug/Round2

Loading…
Cancel
Save