| { |
| "configs": [], |
| "builds": [ |
| { |
| "name": "nrf52_pw_clang", |
| "build_config": { |
| "name": "nrf52_pw_clang_config", |
| "description": "NRF52833dk build with clang", |
| "build_type": "bazel", |
| "args": [ |
| "--platforms=//nrf52_pw_clang:nrf52833dk", |
| "--sandbox_debug" |
| ], |
| "driver_options": { |
| "@type": "pw.build.proto.BazelDriverOptions", |
| "no_test": true |
| } |
| }, |
| "targets": [ |
| "//nrf52_pw_clang:nrf52" |
| ] |
| } |
| ], |
| "tools": [], |
| "groups": [ |
| { |
| "name": "default", |
| "description": "Quick presubmit for validating code changes locally", |
| "builds": [ |
| "nrf52_pw_clang" |
| ] |
| } |
| ] |
| } |