Skip to content

Commit

Permalink
feat(GH): enable DRC/ERC, suppress pin_to_pin error
Browse files Browse the repository at this point in the history
  • Loading branch information
rfvermut committed Aug 23, 2022
1 parent 5defa96 commit 9d4e332
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/kibot-release-from-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
with:
config: Hardware/OpenMowerMainboard/OpenMowerMainboard.kibot.yaml
board: Hardware/OpenMowerMainboard/OpenMowerMainboard.kicad_pcb
skip: run_drc,run_erc

- uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down
8 changes: 7 additions & 1 deletion Hardware/OpenMowerMainboard/OpenMowerMainboard.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@ kibot:
version: 1

preflight:
run_erc: true
run_drc: true
run_erc: true

filters:
- filter: 'SIP32509DT has 2 VOUTs'
error: 'pin_to_pin'
regex: 'Symbol U3'

set_text_variables:
- name: 'git_version'
# Replace n.m.i with n.m."x"
Expand Down

0 comments on commit 9d4e332

Please sign in to comment.