Files
nrf-connect-sdk-ci/entrypoint.sh
2025-12-05 10:51:33 +13:00

9 lines
198 B
Bash

#!/bin/bash
. /workdir/ncs/zephyr/zephyr-env.sh
/bin/bash /workdir/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -t arm-zephyr-eabi
/bin/bash /workdir/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -c
# exec $@
exec "$@"