Browse Source

Travis test for LIN_ADVANCE

Scott Lahteine 8 years ago
parent
commit
45b701d38c
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      .travis.yml

+ 2
- 0
.travis.yml View File

76
   - build_marlin
76
   - build_marlin
77
   #
77
   #
78
   # Test 3 extruders on RUMBA (can use any board with >=3 extruders defined)
78
   # Test 3 extruders on RUMBA (can use any board with >=3 extruders defined)
79
+  # Include a test for LIN_ADVANCE here also
79
   #
80
   #
80
   - opt_set MOTHERBOARD BOARD_RUMBA
81
   - opt_set MOTHERBOARD BOARD_RUMBA
81
   - opt_set EXTRUDERS 3
82
   - opt_set EXTRUDERS 3
82
   - opt_set TEMP_SENSOR_2 1
83
   - opt_set TEMP_SENSOR_2 1
84
+  - opt_enable_adv LIN_ADVANCE
83
   - build_marlin
85
   - build_marlin
84
   #
86
   #
85
   # Test PIDTEMPBED
87
   # Test PIDTEMPBED

Loading…
Cancel
Save