1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-26 13:25:54 +00:00

👷 Use Biqu BX for CI test (#24331)

This commit is contained in:
Keith Bennett 2022-06-13 19:04:49 -07:00 committed by GitHub
parent 640282b8dc
commit e1b22a5c75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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