We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cab751 commit 6c0f4bbCopy full SHA for 6c0f4bb
.github/workflows/test-builds.yml
@@ -133,6 +133,9 @@ jobs:
133
#- STM32F103RC_btt_maple
134
#- STM32F103RE_creality_maple
135
136
+ # STM32G0
137
+ - STM32G0B1RE_btt
138
+
139
# LPC176x - Lengthy tests
140
- LPC1768
141
- LPC1769
buildroot/tests/STM32G0B1RE_btt
@@ -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