Skip to content

Commit a661325

Browse files
committed
add variant kibot config
1 parent 100bbc2 commit a661325

File tree

7 files changed

+31
-1
lines changed

7 files changed

+31
-1
lines changed

.github/workflows/kibot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
# Start of the KiBot steps
2323
- name: Run KiBot
24-
run: kibot -d ${{ matrix.pcb }} -c ${{ matrix.pcb }}/variant.kibot.yml -e "${{ matrix.pcb }}/pcb/${{ matrix.pcb }}.kicad_sch" -b "${{ matrix.pcb }}/pcb/${{ matrix.pcb }}.kicad_pcb"
24+
run: kibot -d ${{ matrix.pcb }} -c ${{ matrix.pcb }}/pcb/variant.kibot.yml -e "${{ matrix.pcb }}/pcb/${{ matrix.pcb }}.kicad_sch" -b "${{ matrix.pcb }}/pcb/${{ matrix.pcb }}.kicad_pcb"
2525

2626
# git add, commit and push
2727
- uses: actions4git/add-commit-push@v1

BOOST/pcb/variant.kibot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kibot:
2+
version: 1
3+
4+
import:
5+
- file: config.kibot.yml

BUS/pcb/variant.kibot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kibot:
2+
version: 1
3+
4+
import:
5+
- file: config.kibot.yml

CONN/pcb/variant.kibot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kibot:
2+
version: 1
3+
4+
import:
5+
- file: config.kibot.yml

LOG/pcb/variant.kibot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kibot:
2+
version: 1
3+
4+
import:
5+
- file: config.kibot.yml

LORA/pcb/variant.kibot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kibot:
2+
version: 1
3+
4+
import:
5+
- file: config.kibot.yml

POS/pcb/variant.kibot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kibot:
2+
version: 1
3+
4+
import:
5+
- file: config.kibot.yml

0 commit comments

Comments
 (0)