diff --git a/.build.yml b/.build.yml index 7ece57b..18ed3f0 100644 --- a/.build.yml +++ b/.build.yml @@ -25,6 +25,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