Run ERC and DRC in CI Pipeline
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
171a11eebf
commit
d7ef71e89a
4 changed files with 225 additions and 152 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue