From 54330840f45d6c623b500098a41e3f660dd8af3c Mon Sep 17 00:00:00 2001 From: jedi Date: Mon, 12 Jul 2021 17:32:53 +0200 Subject: [PATCH] Run ERC and DRC in CI Pipeline --- .build.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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