mirror of
https://github.com/embedd-actions/nrf-connect-sdk-ci.git
synced 2025-07-04 00:45:37 +03:00
add files
This commit is contained in:
16
entrypoint.sh
Normal file
16
entrypoint.sh
Normal file
@ -0,0 +1,16 @@
|
||||
#!/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 all
|
||||
/bin/bash /root/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -h
|
||||
/bin/bash /root/zephyr-sdk-${ZEPHYR_TAG}/setup.sh -c
|
||||
|
||||
$@
|
Reference in New Issue
Block a user