Run ERC and DRC in CI Pipeline

This commit is contained in:
j3d1 2021-07-12 17:32:53 +02:00
parent d98a3ea228
commit 54330840f4

View file

@ -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