commit | 67b73d3c796497c6fa4ec7a4f4c90bc6f673538e | [log] [tgz] |
---|---|---|
author | Gustavo Henrique Nihei <gustavo.nihei@espressif.com> | Thu Dec 09 17:05:10 2021 -0300 |
committer | Gustavo Henrique Nihei <38959758+gustavonihei@users.noreply.github.com> | Mon Dec 20 09:20:14 2021 -0300 |
tree | a5297bb7e89120643587ab7794d7d85d2857b8ed | |
parent | a3495105af39714a239ee281d3363361e774d380 [diff] [blame] |
espressif: Add CI jobs for Secure boot enabled images Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
diff --git a/ci/espressif_install.sh b/ci/espressif_install.sh index 2528968..db32200 100755 --- a/ci/espressif_install.sh +++ b/ci/espressif_install.sh
@@ -9,8 +9,13 @@ set -eo pipefail +install_imgtool() { + pip install imgtool +} + install_idf() { "${IDF_PATH}"/install.sh } +install_imgtool install_idf