We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d71686 commit 4a7525bCopy full SHA for 4a7525b
.github/workflows/examples-nrfconnect.yaml
@@ -25,7 +25,7 @@ concurrency:
25
26
env:
27
CHIP_NO_LOG_TIMESTAMPS: true
28
-
+
29
jobs:
30
nrfconnect:
31
name: nRF Connect SDK
@@ -131,7 +131,7 @@ jobs:
131
/tmp/bloat_reports/
132
- name: Build example nRF Connect SDK All Clusters App on nRF52840 DK
133
run: |
134
- scripts/examples/nrfconnect_example.sh all-clusters-app nrf52840dk_nrf52840 -DCONF_FILE=prj_dfu.conf
+ scripts/examples/nrfconnect_example.sh all-clusters-app nrf52840dk_nrf52840
135
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
136
nrfconnect nrf52840dk_nrf52840 all-clusters-app \
137
examples/all-clusters-app/nrfconnect/build/zephyr/zephyr.elf \
0 commit comments