File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 12
12
build :
13
13
name : ${{ matrix.board }} STEPPER=${{ matrix.stepper }} DRIVER=${{ matrix.driver }} GPS=${{ matrix.gps }} GYRO=${{ matrix.gyro }} ALTAZ=${{ matrix.azalt }} HEADLESS=${{ matrix.headless }}
14
14
runs-on : ubuntu-latest
15
- continue-on-error : ${{ matrix.board == 'uno' }}
16
15
strategy :
17
16
matrix :
18
- board : [mega2560, esp32, uno ]
17
+ board : [mega2560, esp32]
19
18
stepper : [0, 1]
20
19
driver : [0, 1, 2, 3]
21
20
gps : [0, 1]
31
30
- { board: esp32, gps: 1 }
32
31
- { board: esp32, gyro: 1 }
33
32
- { board: esp32, azalt: 1 }
34
- - { board: uno, headless: 0 }
35
- - { board: uno, stepper: 1 } # UNO & NEMA17
36
- - { board: uno, gps: 1 }
37
- - { board: uno, gyro: 1 }
38
- - { board: uno, azalt: 1 }
39
- - { board: uno, headless: 0 }
40
33
41
34
steps :
42
35
- uses : actions/checkout@v1
You can’t perform that action at this time.
0 commit comments