mirror of
https://github.com/embedd-actions/nrf-connect-sdk-ci.git
synced 2024-12-26 17:02:24 +03:00
8 lines
186 B
Bash
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 $@
|