Skip to content

Commit

Permalink
[NXP] Add Workflow for RW61x Zephyr examples (#34365)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeaissa authored and pull[bot] committed Aug 9, 2024
1 parent 65f74bf commit 5015891
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/examples-nxp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,30 @@ jobs:
if: ${{ !env.ACT }}
with:
platform-name: K32W

zephyr:
name: ZEPHYR_RW61X

runs-on: ubuntu-latest
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-nxp-zephyr:64

steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout submodules & Bootstrap
uses: ./.github/actions/checkout-submodules-and-bootstrap
with:
platform: nxp

- name: Build RW61x Zephyr examples
run: |
scripts/run_in_build_env.sh "\
./scripts/build/build_examples.py \
--target nxp-rw61x-zephyr-all-clusters \
--target nxp-rw61x-zephyr-thermostat \
--target nxp-rw61x-zephyr-laundry-washer-factory \
build \
"

0 comments on commit 5015891

Please sign in to comment.