Skip to content

Commit aef8822

Browse files
committed
✅ Ender-5 S1 CI Test
1 parent 93375f4 commit aef8822

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/workflows/ci-build-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ jobs:
123123
- Opulo_Lumen_REV3
124124
- rumba32
125125
- STM32F401RC_creality
126+
- STM32F401RE_creality
126127
- STM32F407VE_black
127128
- I3DBEEZ9_V1
128129

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/usr/bin/env bash
2+
#
3+
# Build tests for STM32F401RE_creality
4+
#
5+
6+
# exit on first failure
7+
set -e
8+
9+
use_example_configs "Creality/Ender-5 S1"
10+
exec_test $1 $2 "Ender-5 S1" "$3"
11+
12+
# clean up
13+
restore_configs

0 commit comments

Comments
 (0)