mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-13 01:40:09 +00:00
👷 Use Biqu BX for CI test (#24331)
This commit is contained in:
parent
5fff7bbef4
commit
25c0593c9b
1 changed files with 2 additions and 4 deletions
|
@ -9,10 +9,8 @@ set -e
|
|||
#
|
||||
# Build with the default configurations
|
||||
#
|
||||
restore_configs
|
||||
opt_set MOTHERBOARD BOARD_BTT_SKR_SE_BX
|
||||
opt_set SERIAL_PORT 1
|
||||
exec_test $1 $2 "Default Configuration" "$3"
|
||||
use_example_configs BIQU/BX
|
||||
exec_test $1 $2 "BIQU/BX" "$3"
|
||||
|
||||
# clean up
|
||||
restore_configs
|
||||
|
|
Loading…
Add table
Reference in a new issue