Skip to content

Commit

Permalink
use the build_examples tool in CI for imx (#17732)
Browse files Browse the repository at this point in the history
the build_examples tool is used in CI for imx devices to verify this
tool automatically during development.

Signed-off-by: faqiang.zhu <faqiang.zhu@nxp.com>
Change-Id: I1802cab7668512e9922c0536c05da0f60d2255cd
  • Loading branch information
FaqiangZhu-nxp authored and pull[bot] committed May 9, 2022
1 parent 2e0231d commit 2283602
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/examples-linux-imx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,24 @@ jobs:
run: |
./scripts/examples/imxlinux_example.sh \
examples/chip-tool examples/chip-tool/out/aarch64
- name: Build thermostat
timeout-minutes: 30
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
--target imx-thermostat build \
"
- name: Build all-cluster
timeout-minutes: 30
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
--target imx-all-clusters-app build \
"
- name: Build ota-provider-app
timeout-minutes: 30
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
--target imx-ota-provider-app build
"

0 comments on commit 2283602

Please sign in to comment.