tests: Bluetooth: tester: Add native_posix board to test build targets
This extends the list of build variants with native_posix variant to build the tester application by CI. Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
This commit is contained in:
parent
7700c27dfc
commit
043c1d8d4e
|
@ -11,6 +11,7 @@ tests:
|
|||
build_only: true
|
||||
platform_allow:
|
||||
- qemu_x86
|
||||
- native_posix
|
||||
- nrf5340dk_nrf5340_cpuapp
|
||||
extra_args: OVERLAY_CONFIG="overlay-le-audio.conf"
|
||||
tags: bluetooth
|
||||
|
@ -19,6 +20,7 @@ tests:
|
|||
build_only: true
|
||||
platform_allow:
|
||||
- qemu_x86
|
||||
- native_posix
|
||||
- nrf52dk_nrf52832
|
||||
extra_args: OVERLAY_CONFIG="overlay-mesh.conf"
|
||||
tags: bluetooth
|
||||
|
|
Loading…
Reference in a new issue