forked from espressif/esp-mqtt
ci: fixed ci build with latest idf using up to date compiler
This commit is contained in:
@ -53,6 +53,7 @@ build_with_idf:
|
|||||||
- cit_add_ssh_key "${GITLAB_KEY}"
|
- cit_add_ssh_key "${GITLAB_KEY}"
|
||||||
- git clone "${IDF_REPO}"
|
- git clone "${IDF_REPO}"
|
||||||
- cd esp-idf
|
- cd esp-idf
|
||||||
|
- tools/idf_tools.py --non-interactive install && eval "$(tools/idf_tools.py --non-interactive export)" || exit 1
|
||||||
- ./tools/ci/mirror-submodule-update.sh
|
- ./tools/ci/mirror-submodule-update.sh
|
||||||
- export IDF_PATH=$(pwd)
|
- export IDF_PATH=$(pwd)
|
||||||
- cd $IDF_PATH/components/mqtt/esp-mqtt
|
- cd $IDF_PATH/components/mqtt/esp-mqtt
|
||||||
|
Reference in New Issue
Block a user