Browse Source

Fix SKRmini test required serial port(s) (#15117)

Tanguy Pruvot 5 years ago
parent
commit
ee444d7d07
2 changed files with 6 additions and 4 deletions
  1. 1
    1
      .travis.yml
  2. 5
    3
      buildroot/share/tests/BIGTREE_SKR_MINI-tests

+ 1
- 1
.travis.yml View File

31
   - TEST_PLATFORM="sanguino_atmega1284p"
31
   - TEST_PLATFORM="sanguino_atmega1284p"
32
   - TEST_PLATFORM="sanguino_atmega644p"
32
   - TEST_PLATFORM="sanguino_atmega644p"
33
   - TEST_PLATFORM="STM32F1"
33
   - TEST_PLATFORM="STM32F1"
34
-  #- TEST_PLATFORM="BIGTREE_SKR_MINI"
34
+  - TEST_PLATFORM="BIGTREE_SKR_MINI"
35
   #- TEST_PLATFORM="fysetc_STM32F1"
35
   #- TEST_PLATFORM="fysetc_STM32F1"
36
   - TEST_PLATFORM="alfawise_U20"
36
   - TEST_PLATFORM="alfawise_U20"
37
   #- TEST_PLATFORM="STM32F4"
37
   #- TEST_PLATFORM="STM32F4"

+ 5
- 3
buildroot/share/tests/BIGTREE_SKR_MINI-tests View File

1
 #!/usr/bin/env bash
1
 #!/usr/bin/env bash
2
 #
2
 #
3
-# Build tests for STM32F1 Bigtreetech
3
+# Build tests for STM32F1 Bigtreetech (SKR Mini v1.1)
4
 #
4
 #
5
 
5
 
6
 # exit on first failure
6
 # exit on first failure
10
 # Build with the default configurations
10
 # Build with the default configurations
11
 #
11
 #
12
 restore_configs
12
 restore_configs
13
-opt_set MOTHERBOARD BOARD_BIGTREE_SKR_E3_DIP
14
-exec_test $1 $2 "Default Configuration"
13
+opt_set MOTHERBOARD BOARD_BIGTREE_SKR_MINI_V1_1
14
+opt_set SERIAL_PORT 1
15
+opt_set SERIAL_PORT_2 -1
16
+exec_test $1 $2 "Bigtreetech SKR Mini v1.1 - Basic Configuration"
15
 
17
 
16
 # clean up
18
 # clean up
17
 restore_configs
19
 restore_configs

Loading…
Cancel
Save