Run ERC and DRC in CI Pipeline
This commit is contained in:
parent
d98a3ea228
commit
54330840f4
1 changed files with 7 additions and 0 deletions
|
@ -25,6 +25,13 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install -y make zip
|
- 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)
|
- make pcb -j$(nproc)
|
||||||
|
|
||||||
- name: case
|
- name: case
|
||||||
|
|
Loading…
Reference in a new issue