-
-
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.
- Loading branch information
1 parent
a5aa675
commit 90496ad
Showing
3 changed files
with
18 additions
and
1 deletion.
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,16 @@ | ||
#!/usr/bin/env bash | ||
# | ||
# Build tests for STM32H743VI_btt / Ender-3 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 |