From 686dd4356314d7a2b2fcf680cd890215dea9c3be Mon Sep 17 00:00:00 2001 From: Trond Einar Snekvik Date: Fri, 16 Oct 2020 14:37:42 +0200 Subject: [PATCH] Bluetooth: Mesh: Add build of provisioner sample to CI Adds a test case listing in sample.yaml of the mesh_provisioner sample, building on qemu and the Nordic nRF51 DK to ensure that the provisioner role is built in PRs. Signed-off-by: Trond Einar Snekvik --- samples/bluetooth/mesh_provisioner/sample.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/samples/bluetooth/mesh_provisioner/sample.yaml b/samples/bluetooth/mesh_provisioner/sample.yaml index 95d14b9f302..5b15a980be6 100644 --- a/samples/bluetooth/mesh_provisioner/sample.yaml +++ b/samples/bluetooth/mesh_provisioner/sample.yaml @@ -1,2 +1,7 @@ sample: name: Bluetooth Mesh Provisioner +tests: + sample.bluetooth.mesh_provisioner: + harness: bluetooth + platform_allow: qemu_cortex_m3 qemu_x86 nrf51dk_nrf51422 + tags: bluetooth