Skip to content

Commit 98a5580

Browse files
committed
restructure: Move Kicad files into pcb/ subdirectory
1 parent 8216efd commit 98a5580

44 files changed

Lines changed: 23 additions & 12 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build_pcbs.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on:
44
workflow_call:
55
push:
66
paths:
7-
- "*.kicad_sch"
8-
- "*.kicad_pcb"
9-
- "*.kicad_pro"
7+
- "pcb/**.kicad_sch"
8+
- "pcb/**.kicad_pcb"
9+
- "pcb/**.kicad_pro"
1010
- ".kibot.yml"
1111
pull_request:
1212
paths:
13-
- "*.kicad_sch"
14-
- "*.kicad_pcb"
15-
- "*.kicad_pro"
13+
- "pcb/**.kicad_sch"
14+
- "pcb/**.kicad_pcb"
15+
- "pcb/**.kicad_pro"
1616
- ".kibot.yml"
1717

1818
jobs:
@@ -26,8 +26,8 @@ jobs:
2626
with:
2727
config: .kibot.yml
2828
dir: output
29-
schema: 'ASPECT2.kicad_sch'
30-
board: 'ASPECT2.kicad_pcb'
29+
schema: 'pcb/ASPECT2.kicad_sch'
30+
board: 'pcb/ASPECT2.kicad_pcb'
3131

3232
- name: upload results
3333
if: ${{ always() }}

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ fp-info-cache
4444

4545
**/*.kicad_sch_old
4646
output/
47-
jlcpcb
47+
jlcpcb

README.md

Lines changed: 13 additions & 2 deletions

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
cp -r /work /build
44
cd /build
5-
kibot -c kibot.yml -e ASPECT2.kicad_sch -d output_docker/
5+
kibot -c .kibot.yml -e pcb/ASPECT2.kicad_sch -d output_docker/
66
rm -rf /work/output_docker
77
cp -r output_docker /work/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)