Skip to content

Commit f7aa6ab

Browse files
committed
✅ Ender-5 S1 CI Test
1 parent 5abc421 commit f7aa6ab

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
@@ -124,6 +124,7 @@ jobs:
124124
- Opulo_Lumen_REV3
125125
- rumba32
126126
- STM32F401RC_creality
127+
- STM32F401RE_creality
127128
- STM32F407VE_black
128129
- I3DBEEZ9_V1
129130

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)