Skip to content

Commit

Permalink
Ender-5 S1 CI Test
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Aug 28, 2024
1 parent 157b939 commit 8dba0b1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
- Opulo_Lumen_REV3
- rumba32
- STM32F401RC_creality
- STM32F401RE_creality
- STM32F407VE_black
- I3DBEEZ9_V1

Expand Down
13 changes: 13 additions & 0 deletions buildroot/tests/STM32F401RE_creality
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/usr/bin/env bash
#
# Build tests for STM32F401RE_creality
#

# exit on first failure
set -e

use_example_configs "Creality/Ender-5 S1"
exec_test $1 $2 "Ender-5 S1" "$3"

# clean up
restore_configs

0 comments on commit 8dba0b1

Please sign in to comment.