ci: fixed ci build with latest idf using up to date compiler

This commit is contained in:
David Cermak
2019-11-22 16:16:21 +01:00
parent 9ca997d2d4
commit e8bb0bcf6f

View File

@ -53,6 +53,7 @@ build_with_idf:
- cit_add_ssh_key "${GITLAB_KEY}"
- git clone "${IDF_REPO}"
- 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
- export IDF_PATH=$(pwd)
- cd $IDF_PATH/components/mqtt/esp-mqtt