Skip to content

Commit

Permalink
add variant kibot config
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyscout committed Jan 6, 2025
1 parent 100bbc2 commit a661325
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kibot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

# Start of the KiBot steps
- name: Run KiBot
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"
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"

# git add, commit and push
- uses: actions4git/add-commit-push@v1
5 changes: 5 additions & 0 deletions BOOST/pcb/variant.kibot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kibot:
version: 1

import:
- file: config.kibot.yml
5 changes: 5 additions & 0 deletions BUS/pcb/variant.kibot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kibot:
version: 1

import:
- file: config.kibot.yml
5 changes: 5 additions & 0 deletions CONN/pcb/variant.kibot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kibot:
version: 1

import:
- file: config.kibot.yml
5 changes: 5 additions & 0 deletions LOG/pcb/variant.kibot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kibot:
version: 1

import:
- file: config.kibot.yml
5 changes: 5 additions & 0 deletions LORA/pcb/variant.kibot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kibot:
version: 1

import:
- file: config.kibot.yml
5 changes: 5 additions & 0 deletions POS/pcb/variant.kibot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kibot:
version: 1

import:
- file: config.kibot.yml

0 comments on commit a661325

Please sign in to comment.