0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-07 10:11:54 +00:00
MarlinFirmware/buildroot/tests/LERDGEK
2024-10-03 13:41:49 -05:00

15 lines
350 B
Bash
Executable file

#!/usr/bin/env bash
#
# Build tests for LERDGEK environment
#
# exit on first failure
set -e
#
# Build with the typical configuration
#
restore_configs
opt_set MOTHERBOARD BOARD_LERDGE_K SERIAL_PORT 1
opt_enable TFT_GENERIC TFT_INTERFACE_FSMC TFT_COLOR_UI COMPACT_MARLIN_BOOT_LOGO
exec_test $1 $2 "LERDGE K with Generic FSMC TFT with ColorUI" "$3"