-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.yaml
34 lines (34 loc) · 1 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
sample:
description: Wi-Fi provisioning sample
application
name: Wi-Fi provisioning
tests:
sample.nrf7002.provisioning:
build_only: true
integration_platforms:
- nrf7002dk_nrf5340_cpuapp
platform_allow: nrf7002dk_nrf5340_cpuapp
tags: ci_build
sample.nrf7002_eks.provisioning:
build_only: true
extra_args: SHIELD=nrf7002ek
integration_platforms:
- nrf5340dk_nrf5340_cpuapp
- nrf52840dk_nrf52840
platform_allow: nrf5340dk_nrf5340_cpuapp nrf52840dk_nrf52840
tags: ci_build
sample.nrf7001_eks.provisioning:
build_only: true
extra_args: SHIELD=nrf7002ek_nrf7001
integration_platforms:
- nrf5340dk_nrf5340_cpuapp
- nrf52840dk_nrf52840
platform_allow: nrf5340dk_nrf5340_cpuapp nrf52840dk_nrf52840
tags: ci_build
sample.nrf7002_eb.thingy53.provisioning:
build_only: true
extra_args: SHIELD=nrf7002eb
integration_platforms:
- thingy53_nrf5340_cpuapp
platform_allow: thingy53_nrf5340_cpuapp
tags: ci_build