Run ERC and DRC in CI Pipeline
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
j3d1 2021-07-12 17:32:53 +02:00
parent 171a11eebf
commit d7ef71e89a
4 changed files with 225 additions and 152 deletions

View file

@ -23,6 +23,13 @@ steps:
commands:
- apt update
- apt install -y make zip
- cd pcb
- kibot -d gen -c fiatlux.kiplot.yaml -s update_xml,run_drc -i
- kibot -d gen -c fiatlux.kiplot.yaml -s update_xml,run_erc -i
- kibot -d gen -c fiatlux.kiplot.yaml -s run_drc,run_erc print_sch
- kibot -d gen -c fiatlux.kiplot.yaml -s all print_front gerbers
- ls -lA
- cd -
- make pcb -j$(nproc)
- name: case