We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc3088 commit 6ced88aCopy full SHA for 6ced88a
.github/workflows/examples-nxp.yaml
@@ -96,3 +96,30 @@ jobs:
96
if: ${{ !env.ACT }}
97
with:
98
platform-name: K32W
99
+
100
+ zephyr:
101
+ name: ZEPHYR_RW61X
102
103
+ runs-on: ubuntu-latest
104
+ if: github.actor != 'restyled-io[bot]'
105
106
+ container:
107
+ image: ghcr.io/project-chip/chip-build-nxp-zephyr:64
108
109
+ steps:
110
+ - name: Checkout
111
+ uses: actions/checkout@v4
112
+ - name: Checkout submodules & Bootstrap
113
+ uses: ./.github/actions/checkout-submodules-and-bootstrap
114
+ with:
115
+ platform: nxp
116
117
+ - name: Build RW61x Zephyr examples
118
+ run: |
119
+ scripts/run_in_build_env.sh "\
120
+ ./scripts/build/build_examples.py \
121
+ --target nxp-rw61x-zephyr-all-clusters \
122
+ --target nxp-rw61x-zephyr-thermostat \
123
+ --target nxp-rw61x-zephyr-laundry-washer-factory \
124
+ build \
125
+ "
0 commit comments