blob: e0b4d31e73bb261ae4b4a8049803a76b5d565f66 [file] [log] [blame]
# Commands will be run in CHIP project root.
cd "{root}"
# Generating nrf-nrf52840dk-pump
bash -c 'source "$ZEPHYR_BASE/zephyr-env.sh";
export GNUARMEMB_TOOLCHAIN_PATH="$PW_ARM_CIPD_INSTALL_DIR";
west build --cmake-only -d {out}/nrf-nrf52840dk-pump -b nrf52840dk_nrf52840 {root}/examples/pump-app/nrfconnect'
# Building nrf-nrf52840dk-pump
ninja -C {out}/nrf-nrf52840dk-pump