nrf-connect-sdk-ci/entrypoint.sh
2023-09-21 23:26:52 +03:00

8 lines
186 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 $@