summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-07-29 11:55:37 +0200
committerxengineering <me@xengineering.eu>2025-07-29 11:55:37 +0200
commited36355818f9ac0603e1e0d6166f26b1bea65bbc (patch)
treecea8913971ff5e40840fea6e2e8e8155b93fa6c0
parent939abbffbb0d1f120df017a6984f4a24af8c86da (diff)
downloadiot-contact-ed36355818f9ac0603e1e0d6166f26b1bea65bbc.tar
iot-contact-ed36355818f9ac0603e1e0d6166f26b1bea65bbc.tar.zst
iot-contact-ed36355818f9ac0603e1e0d6166f26b1bea65bbc.zip
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.
-rw-r--r--pcb/meson.build1
1 files changed, 1 insertions, 0 deletions
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@',
],