From ed36355818f9ac0603e1e0d6166f26b1bea65bbc Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 29 Jul 2025 11:55:37 +0200 Subject: pcb: Fail build in case of bad ERC The electrical rules check already found multiple significant hardware design issues. Thus the build has to fail to indicate these issues early. --- pcb/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'pcb') diff --git a/pcb/meson.build b/pcb/meson.build index fed8a7f..898a330 100644 --- a/pcb/meson.build +++ b/pcb/meson.build @@ -30,6 +30,7 @@ erc_report = custom_target( 'sch', 'erc', '--severity-all', + '--exit-code-violations', '--output', '@OUTPUT@', '@INPUT@', ], -- cgit v1.2.3-70-g09d2