Skip to content

Commit

Permalink
Add manufacturer-specific-app nrfconnect build step
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-becker-tridonic-com committed Jan 13, 2025
1 parent 2822948 commit b7b76d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/examples-nrfconnect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,13 @@ jobs:
nrfconnect nrf7002dk_nrf5340_cpuapp all-clusters-app \
examples/all-clusters-app/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \
/tmp/bloat_reports/
- name: Build example nRF Connect SDK Manufacturer Specific App on nRF52840 DK
run: |
scripts/examples/nrfconnect_example.sh manufacturer-specific-app nrf52840dk/nrf52840
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
nrfconnect nrf52840dk_nrf52840 manufacturer-specific-app \
examples/manufacturer-specific-app/nrfconnect/build/nrfconnect/zephyr/zephyr.elf \
/tmp/bloat_reports/
- name: Run unit tests for Zephyr native_posix_64 platform
if: github.event_name == 'push' || steps.changed_paths.outputs.tests == 'true' || steps.changed_paths.outputs.nrfconnect == 'true'
run: |
Expand Down

0 comments on commit b7b76d7

Please sign in to comment.