mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-10 07:15:02 -06:00
[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
|
@ -2,13 +2,13 @@
|
|||
|
||||
[ -z "$1" ] || cd $1
|
||||
|
||||
if [ -d .test ]; then
|
||||
if [ -d ".test" ]; then
|
||||
printf "\033[0;31mEnvironment backup already exists!\033[0m\n"
|
||||
else
|
||||
mkdir .test
|
||||
cp -r Marlin/src/pins .test/pins
|
||||
cp Marlin/Configuration*.h .test/
|
||||
[ -f Marlin/_Bootscreen.h ] && cp Marlin/_Bootscreen.h .test/
|
||||
[ -f Marlin/_Statusscreen.h ] && cp Marlin/_Statusscreen.h .test/
|
||||
cp -r Marlin/src/pins .test/pins
|
||||
printf "\033[0;32mEnvironment Backup created\033[0m\n"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue