瀏覽代碼

👷 Use Biqu BX for CI test (#24331)

Keith Bennett 1 年之前
父節點
當前提交
e1b22a5c75
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 2 行新增4 行删除
  1. 2
    4
      buildroot/tests/BTT_SKR_SE_BX

+ 2
- 4
buildroot/tests/BTT_SKR_SE_BX 查看文件

@@ -9,10 +9,8 @@ set -e
9 9
 #
10 10
 # Build with the default configurations
11 11
 #
12
-restore_configs
13
-opt_set MOTHERBOARD BOARD_BTT_SKR_SE_BX
14
-opt_set SERIAL_PORT 1
15
-exec_test $1 $2 "Default Configuration" "$3"
12
+use_example_configs BIQU/BX
13
+exec_test $1 $2 "BIQU/BX" "$3"
16 14
 
17 15
 # clean up
18 16
 restore_configs

Loading…
取消
儲存