mirror of
https://github.com/espressif/esp-coex-lib.git
synced 2025-05-17 07:06:18 +08:00
fix(ci): fix tools install (bd93f582)
This commit is contained in:
@ -23,8 +23,13 @@ before_script:
|
||||
- if [[ "${BOT_CUSTOMIZED_REVISION}" ]] && [[ "$BOT_CUSTOMIZED_REVISION" == *"esp-idf"* ]]; then IDF_BRANCH=$(python -c 'import os;print eval(os.environ["BOT_CUSTOMIZED_REVISION"])["esp-idf"]') ; fi
|
||||
- echo Cloning esp-idf - ${IDF_BRANCH} ...
|
||||
- git clone --single-branch -b $IDF_BRANCH --dissociate ${GITLAB_SSH_SERVER}/idf/esp-idf.git
|
||||
- ./esp-idf/install.sh
|
||||
- source ./esp-idf/export.sh
|
||||
- if [[ -z "$IDF_PATH" ]]; then
|
||||
echo "Installing esp-idf...";
|
||||
./esp-idf/install.sh;
|
||||
source ./esp-idf/export.sh;
|
||||
else
|
||||
echo "esp-idf is already installed at $IDF_PATH, skipping install.";
|
||||
fi
|
||||
|
||||
check_lib_reversion:
|
||||
stage: check
|
||||
|
Reference in New Issue
Block a user