Skip to content

Commit

Permalink
[nxp fromtree] [NXP] Add Workflow for RW61x Zephyr examples (project-…
Browse files Browse the repository at this point in the history
…chip#34365)

(cherry picked from commit 6ced88a)
  • Loading branch information
yeaissa authored and Martin-NXP committed Aug 2, 2024
1 parent 16a5101 commit 0d37a8d
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 0d37a8d

Please sign in to comment.