This commit is contained in:
parent
bd31bd60a9
commit
c324aef3a7
29
.github/workflows/kibot.yml
vendored
29
.github/workflows/kibot.yml
vendored
|
@ -1,35 +1,8 @@
|
|||
name: kibot
|
||||
|
||||
on: [push]
|
||||
# push:
|
||||
# paths:
|
||||
# - '**.sch'
|
||||
# - '**.kicad_pcb'
|
||||
# pull_request:
|
||||
# paths:
|
||||
# - '**.sch'
|
||||
# - '**.kicad_pcb'
|
||||
|
||||
jobs:
|
||||
# ERC:
|
||||
# runs-on: ubuntu-latest
|
||||
# # container: ghcr.io/inti-cmnb/kicad7_auto_full:latest
|
||||
# # container: setsoft/kicad_debian:latest
|
||||
|
||||
# steps:
|
||||
# - uses: actions/checkout@v4
|
||||
|
||||
# - name: Run ERC
|
||||
# run: |
|
||||
# [ -f *.sch ] && kiplot -d Fabrication -s update_xml,run_drc -i
|
||||
|
||||
# - name: Retrieve results
|
||||
# uses: actions/upload-artifact@v1
|
||||
# with:
|
||||
# name: ERC_Output
|
||||
# path: Fabrication
|
||||
|
||||
example:
|
||||
generate_outputs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue
Block a user