| # Commands will be run in CHIP project root. | |
| cd "{root}" | |
| # Generating nrf-nrf52840dk-pump | |
| bash -c 'source "$ZEPHYR_BASE/zephyr-env.sh"; | |
| source scripts/activate.sh; | |
| west build --cmake-only -d {out}/nrf-nrf52840dk-pump -b nrf52840dk/nrf52840 --sysbuild {root}/examples/pump-app/nrfconnect' | |
| # Building nrf-nrf52840dk-pump | |
| bash -c 'source "$ZEPHYR_BASE/zephyr-env.sh"; | |
| source scripts/activate.sh; | |
| ninja -C {out}/nrf-nrf52840dk-pump' |