Skip to content

Commit

Permalink
github_ci: Add Lighting App with RPC
Browse files Browse the repository at this point in the history
It adds to Github CI Lightin App with RPC feature.

Signed-off-by: Krystian Jankowski <krystian.jankowski@telink-semi.com>
  • Loading branch information
TelinkKrystian committed Feb 24, 2023
1 parent b524faa commit fd2e62d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,15 @@ jobs:
out/telink-tlsr9518adk80d-light/zephyr/zephyr.elf \
/tmp/bloat_reports/
- name: Build example Telink Lighting App with RPC
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py --target 'telink-tlsr9518adk80d-light-rpc' build"
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
telink tlsr9518adk80d lighting-app-rpc \
out/telink-tlsr9518adk80d-light/zephyr/zephyr.elf \
/tmp/bloat_reports/
- name: Build example Telink Light Switch App
run: |
./scripts/run_in_build_env.sh \
Expand Down

0 comments on commit fd2e62d

Please sign in to comment.