Skip to content

Commit

Permalink
Fix CI errors by moving to KiCAD 8
Browse files Browse the repository at this point in the history
  • Loading branch information
korken89 committed Dec 6, 2024
1 parent 6f062bb commit c5ee50f
Show file tree
Hide file tree
Showing 8 changed files with 69,836 additions and 47,391 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/outputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: gitmarker
run: "for i in *.kicad_pcb; do git rev-parse --short HEAD | xargs -I % sed -i 's/{GITHASH}/%/g' $i; done" # add git marker
- uses: INTI-CMNB/KiBot@v2_k7
- uses: INTI-CMNB/KiBot@v2_k8
with:
# Required - kibot config file
config: config.kibot.yaml
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: true
- name: Set tag hash
id: tag
run: echo "hash=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: gitmarker
run: "for i in *.kicad_pcb; do sed -i 's/{GITHASH}/${{ steps.tag.outputs.hash }}/g' $i; done" # add git marker
- uses: INTI-CMNB/KiBot@v2_k7
- uses: INTI-CMNB/KiBot@v2_k8
with:
# Required - kibot config file
config: config.kibot.yaml
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: true
- name: Set tag hash
id: tag
run: echo "hash=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: gitmarker
run: "for i in *.kicad_pcb; do sed -i 's/{GITHASH}/${{ steps.tag.outputs.hash }}/g' $i; done" # add git marker
- uses: INTI-CMNB/KiBot@v2_k7
- uses: INTI-CMNB/KiBot@v2_k8
with:
# Required - kibot config file
config: config.kibot.yaml
Expand Down
5 changes: 2 additions & 3 deletions config.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ filters:
regex: 'mount.*hole'

preflight:
run_erc: true
erc: true
update_xml: true
run_drc: true
drc: true
check_zone_fills: false
ignore_unconnected: false

global:
drc_exclusions_workaround: true
Expand Down
80,048 changes: 42,733 additions & 37,315 deletions rs-probe.kicad_pcb

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions rs-probe.kicad_prl
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"visible_layers": "003fffd_80000007",
"zone_display_mode": 0
},
"git": {
"repo_password": "",
"repo_type": "",
"repo_username": "",
"ssh_key": ""
},
"meta": {
"filename": "rs-probe.kicad_prl",
"version": 3
Expand Down
Loading

0 comments on commit c5ee50f

Please sign in to comment.