Skip to content

Commit

Permalink
✅ CI test for STM32G0 (#26327)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb committed Oct 7, 2023
1 parent 4cab751 commit 6c0f4bb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ jobs:
#- STM32F103RC_btt_maple
#- STM32F103RE_creality_maple

# STM32G0
- STM32G0B1RE_btt

# LPC176x - Lengthy tests
- LPC1768
- LPC1769
Expand Down
16 changes: 16 additions & 0 deletions buildroot/tests/STM32G0B1RE_btt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6c0f4bb

Please sign in to comment.