Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: v2.9 with Battery Cutoff, Updated Analog Chain #4

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
27 changes: 15 additions & 12 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,29 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
#jobs:
# erc:
# name: "Electrical Rules Check"
# runs-on: ubuntu-latest
# container: docker.io/yaqwsx/kikit:nightly-v8
# steps:
# - uses: actions/checkout@v4
#
# - run: kicad-cli sch erc --severity-error --severity-warning --exit-code-violations GeoMCU.kicad_sch
# name: Run ERC on Schematic
# Breaks because kicad-cli needs to be pre-prepped...
drc:
name: "Design Rules Check"
runs-on: ubuntu-latest
container: docker.io/yaqwsx/kikit:nightly-v7
container: docker.io/yaqwsx/kikit:nightly-v8
steps:
- uses: actions/checkout@v4

- run: kikit drc run GeoMCU.kicad_pcb
name: Run DRC with KiKit
name: Run DRC on Board
docs:
name: "PDF Exports"
runs-on: ubuntu-latest
container: docker.io/yaqwsx/kikit:nightly-v7
container: docker.io/yaqwsx/kikit:nightly-v8
steps:
- uses: actions/checkout@v4

Expand All @@ -52,15 +64,6 @@ jobs:
kicad-cli pcb export pdf --include-border-title GeoMCU.kicad_pcb -o docs/GeoMCU-In2_Cu.pdf --layers="In2.Cu,User.Drawings,User.Comments,Edge.Cuts"
kicad-cli pcb export pdf --include-border-title GeoMCU.kicad_pcb -o docs/GeoMCU-B_Cu.pdf --layers="B.Cu,User.Drawings,User.Comments,Edge.Cuts" --mirror


- name: Google Chat Notification
uses: SimonScholz/google-chat-action@main
if: always()
with:
title: PDF Exports
webhookUrl: ${{ secrets.PIGHARDWARE_GCHAT_WEBHOOK_URL }}
jobStatus: ${{ job.status }}

- name: Artifacts Upload
uses: actions/upload-artifact@v4
if: always()
Expand Down
11 changes: 2 additions & 9 deletions .github/workflows/jlc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,16 @@ on:
jobs:
#jobs:
jlc_fab:
name: "JLCPCB Exports"
runs-on: ubuntu-latest
container: docker.io/yaqwsx/kikit:nightly-v7
container: docker.io/yaqwsx/kikit:nightly-v8
steps:
- uses: actions/checkout@v4

- run: |
kikit fab jlcpcb GeoMCU.kicad_pcb --assembly --field LCSC --schematic GeoMCU.kicad_sch docs/
rm docs/gerbers.zip

- name: Google Chat Notification
uses: SimonScholz/google-chat-action@main
if: always()
with:
title: JLCPCB Fab Exports
webhookUrl: ${{ secrets.PIGHARDWARE_GCHAT_WEBHOOK_URL }}
jobStatus: ${{ job.status }}

- name: Artifacts Upload
uses: actions/upload-artifact@v4
if: always()
Expand Down
62,830 changes: 34,056 additions & 28,774 deletions GeoMCU.kicad_pcb

Large diffs are not rendered by default.

Loading