Skip to content

Commit c5492d5

Browse files
committed
Added 3D model to the subdir makefile
1 parent 6f77498 commit c5492d5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test_subdir.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ on:
1111
- 'test_subdir/test_subdir.kicad_sch'
1212
- 'test_subdir/test_subdir.kicad_pcb'
1313
- 'test_subdir/test_subdir.kibot.yaml'
14+
- 'test_subdir/Makefile'
1415
- '.github/workflows/test_subdir.yml'
1516
pull_request:
1617
# branches: [ master ]
1718
paths:
1819
- 'test_subdir/test_subdir.kicad_sch'
1920
- 'test_subdir/test_subdir.kicad_pcb'
2021
- 'test_subdir/test_subdir.kibot.yaml'
22+
- 'test_subdir/Makefile'
2123
- '.github/workflows/test_subdir.yml'
2224
schedule:
2325
# Run on Wednesday @ 5:43 to keep the artifacts alive

test_subdir/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ sch_fab:
1414
kibot -d Fabrication -s erc,drc print_sch interactive_bom bom_html bom_csv
1515

1616
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
1818

1919
erc_and_fab:
2020
kibot -d Fabrication -s drc print_sch interactive_bom bom_html bom_csv
2121

2222
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
2424

2525

0 commit comments

Comments
 (0)