mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-06 14:37:27 -06:00
✅ CI test for STM32G0 (#26327)
This commit is contained in:
parent
4cab75115f
commit
6c0f4bbafd
2 changed files with 19 additions and 0 deletions
16
buildroot/tests/STM32G0B1RE_btt
Executable file
16
buildroot/tests/STM32G0B1RE_btt
Executable file
|
@ -0,0 +1,16 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# Build tests for STM32G0B1RE_btt / Ender-3 with SKR Mini E3 V3.0 (STM32G0)
|
||||
#
|
||||
|
||||
# exit on first failure
|
||||
set -e
|
||||
|
||||
#
|
||||
# Build with the default configurations
|
||||
#
|
||||
use_example_configs "Creality/Ender-3/BigTreeTech SKR Mini E3 3.0"
|
||||
exec_test $1 $2 "Creality/Ender-3/BigTreeTech SKR Mini E3 3.0" "$3"
|
||||
|
||||
# clean up
|
||||
restore_configs
|
Loading…
Add table
Add a link
Reference in a new issue