worlickwerx / pi-parport

retro parallel port for raspberry pi
GNU General Public License v2.0
67 stars 12 forks source link

update design files to kicad 8 and run ERC/DRC in CI #62

Open garlick opened 2 months ago

garlick commented 2 months ago

Problem: there is no CI checking of ERC/DRC.

I got this working in another project which might serve as a starting point. Here are the scripts from that project: https://github.com/worlickwerx/pi-cluster-two/tree/master/hardware/scripts

make check in the board directory would call the scripts and the github workflow calls make check.

The pi-parport v4 design files were created kicad 5. The scripts in the other project presume kicad 8, which is the current GA version. Probably we should just start a v5 board directory and use kicad 8 there from the get go.