Skip to content

Commit aff3056

Browse files
gmarullstephanosio
authored andcommitted
app: add sample.yaml
Add a sample.yaml so that we can use twister to compile the application in CI. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
1 parent 91d86cd commit aff3056

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

app/sample.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# This file is provided so that the application can be compiled using Twister,
2+
# the Zephyr testing tool. In this file, multiple combinations can be specified,
3+
# so that you can easily test all of them locally or in CI.
4+
sample:
5+
description: Example application
6+
name: example-application
7+
common:
8+
build_only: true
9+
integration_platforms:
10+
- custom_plank
11+
- nucleo_f302r8
12+
tests:
13+
app.default: {}
14+
app.debug:
15+
extra_args: OVERLAY_CONFIG="debug.conf"

0 commit comments

Comments
 (0)