mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-06 14:37:27 -06:00
🔨 Fix updated build script (#26423)
Followup to #26265 Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
parent
10e06e1970
commit
613b4105a2
3 changed files with 22 additions and 4 deletions
17
buildroot/tests/STM32H743VI_btt
Executable file
17
buildroot/tests/STM32H743VI_btt
Executable file
|
@ -0,0 +1,17 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# Build tests for STM32H743VI_btt
|
||||
# Ender-5 Plus with SKR V3.0 (STM32H7)
|
||||
#
|
||||
|
||||
# exit on first failure
|
||||
set -e
|
||||
|
||||
#
|
||||
# Build with the default configurations
|
||||
#
|
||||
use_example_configs "Creality/Ender-5 Plus/BigTreeTech SKR 3"
|
||||
exec_test $1 $2 "Creality Ender-5 Plus with BigTreeTech SKR 3" "$3"
|
||||
|
||||
# clean up
|
||||
restore_configs
|
Loading…
Add table
Add a link
Reference in a new issue