✅ CI test for STM32G0 (#26327)
This commit is contained in:
parent
4cab75115f
commit
6c0f4bbafd
3
.github/workflows/test-builds.yml
vendored
3
.github/workflows/test-builds.yml
vendored
|
@ -133,6 +133,9 @@ jobs:
|
||||||
#- STM32F103RC_btt_maple
|
#- STM32F103RC_btt_maple
|
||||||
#- STM32F103RE_creality_maple
|
#- STM32F103RE_creality_maple
|
||||||
|
|
||||||
|
# STM32G0
|
||||||
|
- STM32G0B1RE_btt
|
||||||
|
|
||||||
# LPC176x - Lengthy tests
|
# LPC176x - Lengthy tests
|
||||||
- LPC1768
|
- LPC1768
|
||||||
- LPC1769
|
- LPC1769
|
||||||
|
|
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…
Reference in a new issue