File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11
11
- ' test_subdir/test_subdir.kicad_sch'
12
12
- ' test_subdir/test_subdir.kicad_pcb'
13
13
- ' test_subdir/test_subdir.kibot.yaml'
14
+ - ' test_subdir/Makefile'
14
15
- ' .github/workflows/test_subdir.yml'
15
16
pull_request :
16
17
# branches: [ master ]
17
18
paths :
18
19
- ' test_subdir/test_subdir.kicad_sch'
19
20
- ' test_subdir/test_subdir.kicad_pcb'
20
21
- ' test_subdir/test_subdir.kibot.yaml'
22
+ - ' test_subdir/Makefile'
21
23
- ' .github/workflows/test_subdir.yml'
22
24
schedule :
23
25
# Run on Wednesday @ 5:43 to keep the artifacts alive
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ sch_fab:
14
14
kibot -d Fabrication -s erc,drc print_sch interactive_bom bom_html bom_csv
15
15
16
16
pcb_fab :
17
- kibot -d Fabrication -s all print_pcb gerbers excellon_drill gerber_drills position
17
+ kibot -d Fabrication -s all print_pcb gerbers excellon_drill gerber_drills position _blender_3d_top
18
18
19
19
erc_and_fab :
20
20
kibot -d Fabrication -s drc print_sch interactive_bom bom_html bom_csv
21
21
22
22
drc_and_fab :
23
- kibot -d Fabrication -s erc print_pcb gerbers excellon_drill gerber_drills position
23
+ kibot -d Fabrication -s erc print_pcb gerbers excellon_drill gerber_drills position _blender_3d_top
24
24
25
25
You can’t perform that action at this time.
0 commit comments