Skip to content

Commit

Permalink
[NXP] Add OTA variant to RT1060 and RT1170 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jby-nxp committed Sep 30, 2024
1 parent 665b320 commit d60ad80
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/examples-nxp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ jobs:
--target nxp-rt1060-freertos-all-clusters-wifi-w8801 \
--target nxp-rt1060-freertos-all-clusters-wifi-evkc-iwx12 \
--target nxp-rt1060-freertos-all-clusters-thread-evkc-iwx12 \
--target nxp-rt1060-freertos-all-clusters-wifi-ota-evkc-iwx12 \
build \
--copy-artifacts-to out/artifacts \
"
Expand All @@ -252,11 +253,11 @@ jobs:
run: |
scripts/run_in_build_env.sh "\
./scripts/build/build_examples.py \
--target nxp-rt1060-freertos-all-clusters-wifi-iw416 \
--target nxp-rt1060-freertos-all-clusters-wifi-w8801 \
--target nxp-rt1060-freertos-all-clusters-wifi-evkc-iwx12 \
--target nxp-rt1060-freertos-all-clusters-thread-evkc-iwx12 \
--target nxp-rt1060-freertos-all-clusters-thread-wifi-evkc-iwx12 \
--target nxp-rt1060-freertos-thermostat-wifi-iw416 \
--target nxp-rt1060-freertos-thermostat-wifi-w8801 \
--target nxp-rt1060-freertos-thermostat-wifi-evkc-iwx12 \
--target nxp-rt1060-freertos-thermostat-thread-evkc-iwx12 \
--target nxp-rt1060-freertos-thermostat-thread-wifi-evkc-iwx12 \
build \
--copy-artifacts-to out/artifacts \
"
Expand All @@ -265,10 +266,10 @@ jobs:
run: |
scripts/run_in_build_env.sh "\
./scripts/build/build_examples.py \
--target nxp-rt1060-freertos-all-clusters-wifi-iw416 \
--target nxp-rt1060-freertos-all-clusters-wifi-w8801 \
--target nxp-rt1060-freertos-all-clusters-wifi-evkc-iwx12 \
--target nxp-rt1060-freertos-all-clusters-thread-evkc-iwx12 \
--target nxp-rt1060-freertos-laundry-washer-wifi-iw416 \
--target nxp-rt1060-freertos-laundry-washer-wifi-w8801 \
--target nxp-rt1060-freertos-laundry-washer-wifi-evkc-iwx12 \
--target nxp-rt1060-freertos-laundry-washer-thread-evkc-iwx12 \
build \
--copy-artifacts-to out/artifacts \
"
Expand Down Expand Up @@ -311,6 +312,7 @@ jobs:
./scripts/build/build_examples.py \
--target nxp-rt1170-freertos-all-clusters-wifi-iwx12 \
--target nxp-rt1170-freertos-all-clusters-thread-iwx12 \
--target nxp-rt1170-freertos-all-clusters-wifi-ota-iwx12 \
build \
--copy-artifacts-to out/artifacts \
"
Expand Down

0 comments on commit d60ad80

Please sign in to comment.