Skip to content

Commit 6c0f4bb

Browse files
authored
✅ CI test for STM32G0 (MarlinFirmware#26327)
1 parent 4cab751 commit 6c0f4bb

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.github/workflows/test-builds.yml

+3
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ jobs:
133133
#- STM32F103RC_btt_maple
134134
#- STM32F103RE_creality_maple
135135

136+
# STM32G0
137+
- STM32G0B1RE_btt
138+
136139
# LPC176x - Lengthy tests
137140
- LPC1768
138141
- LPC1769

buildroot/tests/STM32G0B1RE_btt

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/usr/bin/env bash
2+
#
3+
# Build tests for STM32G0B1RE_btt / Ender-3 with SKR Mini E3 V3.0 (STM32G0)
4+
#
5+
6+
# exit on first failure
7+
set -e
8+
9+
#
10+
# Build with the default configurations
11+
#
12+
use_example_configs "Creality/Ender-3/BigTreeTech SKR Mini E3 3.0"
13+
exec_test $1 $2 "Creality/Ender-3/BigTreeTech SKR Mini E3 3.0" "$3"
14+
15+
# clean up
16+
restore_configs

0 commit comments

Comments
 (0)