mirror of
https://github.com/embedd-actions/nrf-connect-sdk-ci.git
synced 2024-12-26 00:42:24 +03:00
17 lines
373 B
Bash
17 lines
373 B
Bash
#!/bin/bash
|
|
|
|
#echo 'export PATH=root/gn:"$PATH"' >> ${HOME}/.bashrc
|
|
|
|
#. ${HOME}/.bashrc
|
|
|
|
#echo 'export PATH=root/.local/bin:"$PATH"' >> ~/.bashrc
|
|
|
|
#. ~/.bashrc
|
|
|
|
. /root/gn/zephyr/zephyr-env.sh
|
|
/bin/bash /root/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -t arm-zephyr-eabi
|
|
#/bin/bash /root/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -h
|
|
/bin/bash /root/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -c
|
|
|
|
$@
|