Skip to content
Snippets Groups Projects
Commit 9775af0c authored by João Brázio's avatar João Brázio
Browse files

Update travis to handle custom_bootscreen.h files

parent fa4274cf
Branches
Tags
No related merge requests found
......@@ -3,3 +3,7 @@
cp Marlin/Configuration.h.backup Marlin/Configuration.h
cp Marlin/Configuration_adv.h.backup Marlin/Configuration_adv.h
cp Marlin/pins_RAMPS_14.h.backup Marlin/pins_RAMPS_14.h
if [ -f Marlin/_Bootscreen.h ]; then
rm Marlin/_Bootscreen.h
fi
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment