Do not build tests for release
Some checks failed
Build ptprnt / build (push) Failing after 36s

This commit is contained in:
2025-10-19 12:33:17 +02:00
parent caa5b7a279
commit c94505dc0d
5 changed files with 33 additions and 14 deletions

View File

@@ -2,3 +2,8 @@ option('usb_trace_only',
type: 'boolean',
value: false,
description: 'Enable USB trace mode: log USB data without sending to device (saves label tape during debugging)')
option('build_tests',
type: 'boolean',
value: false,
description: 'Build unit tests (automatically enabled for debug builds)')