[2.0.x] Debug Travis tests and scripts (#11704)
This commit is contained in:
parent
d0c96ee83e
commit
8c11220042
13 changed files with 64 additions and 71 deletions
|
|
@ -3,13 +3,15 @@
|
|||
# exit on first failure
|
||||
set -e
|
||||
|
||||
env_backup
|
||||
|
||||
#
|
||||
# Backup pins_RAMPS.h
|
||||
#
|
||||
cp Marlin/src/pins/pins_RAMPS.h Marlin/src/pins/pins_RAMPS.h.backup
|
||||
#
|
||||
# Build with the default configurations
|
||||
#
|
||||
restore_configs
|
||||
exec_test $1 $2 "Default Configuration"
|
||||
|
||||
#
|
||||
# Test 2 extruders (one MAX6675) and heated bed on basic RAMPS 1.4
|
||||
# Test a "Fix Mounted" Probe with Safe Homing, some arc options,
|
||||
|
|
@ -309,4 +311,5 @@ exec_test $1 $2 "TMC2208 Config"
|
|||
#
|
||||
#
|
||||
|
||||
env_restore
|
||||
#clean up
|
||||
restore_configs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue