Skip to content

Commit 7e8b3a1

Browse files
committed
[NXP][workflows] Adding thread and thread + wifi build checks
Signed-off-by: Gatien Chapon <gatien.chapon@nxp.com>
1 parent dcbcd4f commit 7e8b3a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/examples-rw61x.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
scripts/run_in_build_env.sh "\
6262
./scripts/build/build_examples.py \
6363
--target rw61x-all-clusters-app-wifi \
64+
--target rw61x-all-clusters-app-thread \
65+
--target rw61x-all-clusters-app-thread-wifi \
6466
build \
6567
--copy-artifacts-to out/artifacts \
6668
"
@@ -70,6 +72,8 @@ jobs:
7072
scripts/run_in_build_env.sh "\
7173
./scripts/build/build_examples.py \
7274
--target rw61x-thermostat-wifi \
75+
--target rw61x-thermostat-thread \
76+
--target rw61x-thermostat-thread-wifi \
7377
build \
7478
--copy-artifacts-to out/artifacts \
7579
"
@@ -79,6 +83,8 @@ jobs:
7983
scripts/run_in_build_env.sh "\
8084
./scripts/build/build_examples.py \
8185
--target rw61x-laundry-washer-wifi \
86+
--target rw61x-laundry-washer-thread \
87+
--target rw61x-laundry-washer-thread-wifi \
8288
build \
8389
--copy-artifacts-to out/artifacts \
8490
"

0 commit comments

Comments
 (0)