Skip to content

Commit

Permalink
samples: bluetooth: peripheral_uart: Add sysbuild build test
Browse files Browse the repository at this point in the history
Adds a sysbuild target with nrf52840dk and nrf5340dk targets to
ensure building works as part of CI checks.

Signed-off-by: Jamie McCrae <[email protected]>
  • Loading branch information
nordicjm committed Sep 11, 2023
1 parent 373f9bd commit 8e1329d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions samples/bluetooth/peripheral_uart/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ tests:
- thingy53_nrf5340_cpuapp_ns
- nrf21540dk_nrf52840
tags: bluetooth ci_build
sample.bluetooth.peripheral_uart.sysbuild:
build_only: true
sysbuild: true
platform_allow: nrf52840dk_nrf52840 nrf5340dk_nrf5340_cpuapp
nrf5340dk_nrf5340_cpuapp_ns
integration_platforms:
- nrf52840dk_nrf52840
- nrf5340dk_nrf5340_cpuapp
- nrf5340dk_nrf5340_cpuapp_ns
tags: bluetooth ci_build sysbuild
sample.bluetooth.peripheral_uart_cdc:
build_only: true
extra_args: OVERLAY_CONFIG=prj_cdc.conf DTC_OVERLAY_FILE="usb.overlay"
Expand Down

0 comments on commit 8e1329d

Please sign in to comment.