-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Followup to #26265 Co-authored-by: Scott Lahteine <[email protected]>
- Loading branch information
1 parent
10e06e1
commit 613b410
Showing
3 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -118,6 +118,7 @@ jobs: | |
|
||
# STM32H7 | ||
- BTT_SKR_SE_BX | ||
- STM32H743VI_btt | ||
|
||
# STM32F1 (Maple) | ||
- jgaurora_a5s_a1_maple | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |