mirror of
https://github.com/embedd-actions/nrf-connect-sdk-ci.git
synced 2025-12-15 12:20:21 +03:00
9 lines
198 B
Bash
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 "$@"
|