nrf-connect-sdk-ci/entrypoint.sh

8 lines
186 B
Bash
Raw Permalink Normal View History

2023-09-16 23:25:10 +03:00
#!/bin/bash
2023-09-21 23:26:52 +03:00
. /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
2023-09-16 23:25:10 +03:00
2023-09-21 23:26:52 +03:00
exec $@