Ver código fonte

👷 Use Biqu BX for CI test (#24331)

Keith Bennett 1 ano atrás
pai
commit
e1b22a5c75
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 2 adições e 4 exclusões
  1. 2
    4
      buildroot/tests/BTT_SKR_SE_BX

+ 2
- 4
buildroot/tests/BTT_SKR_SE_BX Ver arquivo

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

Carregando…
Cancelar
Salvar