Browse Source

👷 Use Biqu BX for CI test (#24331)

FB4S_WIFI
Keith Bennett 2 years ago
committed by Scott Lahteine
parent
commit
25c0593c9b
  1. 6
      buildroot/tests/BTT_SKR_SE_BX

6
buildroot/tests/BTT_SKR_SE_BX

@ -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…
Cancel
Save