From ba04a2fb2639bac7e0d6e34360f119859945c5c5 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Tue, 27 Aug 2024 23:19:16 -0500 Subject: [PATCH] Ender-5 S1 CI Test --- .github/workflows/ci-build-tests.yml | 1 + buildroot/tests/STM32F401RE_creality | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100755 buildroot/tests/STM32F401RE_creality diff --git a/.github/workflows/ci-build-tests.yml b/.github/workflows/ci-build-tests.yml index 6fde07da4291..19903278962d 100644 --- a/.github/workflows/ci-build-tests.yml +++ b/.github/workflows/ci-build-tests.yml @@ -117,6 +117,7 @@ jobs: - Opulo_Lumen_REV3 - rumba32 - STM32F401RC_creality + - STM32F401RE_creality - STM32F407VE_black - I3DBEEZ9_V1 diff --git a/buildroot/tests/STM32F401RE_creality b/buildroot/tests/STM32F401RE_creality new file mode 100755 index 000000000000..b3c5c24e99bb --- /dev/null +++ b/buildroot/tests/STM32F401RE_creality @@ -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