This commit is contained in:
Scott Lahteine 2020-09-19 07:44:19 -05:00
parent c05c06bb5a
commit 9bc90e7d6f

View file

@ -7,10 +7,17 @@
set -e set -e
# #
# Build with configs included in the PR # Build with Ender-3 V2 configs
# #
use_example_configs "Creality/Ender-3 V2" use_example_configs "Creality/Ender-3 V2"
exec_test $1 $2 "Ender 3 v2 with Stock UI"
#
# Build with Ender-3 V2 configs but with MarlinUI
#
opt_disable DWIN_CREALITY_LCD
opt_add DWIN_MARLINUI_PORTRAIT
opt_enable MARLIN_DEV_MODE opt_enable MARLIN_DEV_MODE
exec_test $1 $2 "Ender 3 v2" exec_test $1 $2 "Ender 3 v2 with MarlinUI"
restore_configs restore_configs