fix(coex): fix 802.15.4 external coexistence (cbb41d72)

This commit is contained in:
Xu Si Yu
2024-11-12 16:44:06 +08:00
parent d8ec938fcb
commit 7953ba459a
9 changed files with 7 additions and 2 deletions
+7 -2
View File
@@ -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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.