Skip to content

Commit

Permalink
Include a test
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Sep 13, 2020
1 parent 321475b commit a15cdb3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions buildroot/tests/STM32F103RET6_creality-tests
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@
set -e

#
# Build with configs included in the PR
# Build with Ender-3 V2 configs
#
use_example_configs "Creality/Ender-3 V2"
opt_enable MARLIN_DEV_MODE
exec_test $1 $2 "Ender 3 v2"

#
# Build with Ender-3 V2 configs but with MarlinUI
#
opt_disable DWIN_CREALITY_LCD
opt_enable DWIN_MARLINUI_PORTRAIT MARLIN_DEV_MODE
exec_test $1 $2 "Ender 3 v2"

restore_configs

0 comments on commit a15cdb3

Please sign in to comment.