Update travis to handle custom_bootscreen.h files
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
eval "cp Marlin/example_configurations/$1/Configuration* Marlin/"
|
||||
eval "cp Marlin/example_configurations/${1}/Configuration* Marlin/"
|
||||
|
||||
if [ -f "Marlin/example_configurations/${1}/_Bootscreen.h" ]; then
|
||||
cp "Marlin/example_configurations/${1}/_Bootscreen.h" Marlin/
|
||||
fi
|
||||
|
Reference in New Issue
Block a user