forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.yaml
44 lines (44 loc) · 1.19 KB
/
sample.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
sample:
name: Protocols serialization server sample
description: Demonstrates serialization of Bluetooth LE and OpenThread API using
nRF RPC
tests:
sample.nrf_rpc.protocols_serialization.server.rpc_ble:
build_only: true
platform_allow:
- nrf52840dk/nrf52840
- nrf54l15dk/nrf54l15/cpuapp
tags:
- ci_build
- ci_samples_nrf_rpc
extra_args: >
SNIPPET="ble"
integration_platforms:
- nrf52840dk/nrf52840
- nrf54l15dk/nrf54l15/cpuapp
sample.nrf_rpc.protocols_serialization.server.rpc_ot:
build_only: true
platform_allow:
- nrf52840dk/nrf52840
- nrf54l15dk/nrf54l15/cpuapp
tags:
- ci_build
- ci_samples_nrf_rpc
extra_args: >
SNIPPET="openthread"
integration_platforms:
- nrf52840dk/nrf52840
- nrf54l15dk/nrf54l15/cpuapp
sample.nrf_rpc.protocols_serialization.server.rpc:
build_only: true
platform_allow:
- nrf52840dk/nrf52840
- nrf54l15dk/nrf54l15/cpuapp
tags:
- ci_build
- ci_samples_nrf_rpc
extra_args: >
SNIPPET="ble;openthread;debug;coex;log_rpc"
integration_platforms:
- nrf52840dk/nrf52840
- nrf54l15dk/nrf54l15/cpuapp