mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-08 06:23:56 -06:00
build_all_examples -c -s, silent mftest
This commit is contained in:
parent
21372c3d4e
commit
b2bc85f6f6
3 changed files with 32 additions and 12 deletions
|
@ -24,6 +24,6 @@ cp "$SUB"/_Statusscreen.h Marlin/ 2>/dev/null
|
|||
|
||||
echo "Building the firmware now..."
|
||||
HERE=`dirname "$0"`
|
||||
$HERE/mftest -a || { echo "Failed"; exit 1; }
|
||||
$HERE/mftest -a -n1 || { echo "Failed"; exit 1; }
|
||||
|
||||
echo "Success"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue