mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci: install CMake version from tools.json in espcoredump test
To help achieve reproducible builds.
This commit is contained in:
parent
677d6a8625
commit
4dc1801c7a
@ -70,7 +70,7 @@ variables:
|
||||
export IDF_MIRROR_PREFIX_MAP=
|
||||
fi
|
||||
if [[ "$SETUP_TOOLS" == "1" || "$CI_JOB_STAGE" != "target_test" ]]; then
|
||||
tools/idf_tools.py --non-interactive install && eval "$(tools/idf_tools.py --non-interactive export)" || exit 1
|
||||
tools/idf_tools.py --non-interactive install ${SETUP_TOOLS_LIST:-} && eval "$(tools/idf_tools.py --non-interactive export)" || exit 1
|
||||
fi
|
||||
|
||||
before_script:
|
||||
|
@ -255,6 +255,9 @@ test_espcoredump:
|
||||
- components/espcoredump/test/.coverage
|
||||
- components/espcoredump/test/output
|
||||
expire_in: 1 week
|
||||
variables:
|
||||
# install CMake version specified in tools.json
|
||||
SETUP_TOOLS_LIST: "all"
|
||||
script:
|
||||
- cd components/espcoredump/test/
|
||||
- ${IDF_PATH}/tools/ci/multirun_with_pyenv.sh ./test_espcoredump.sh
|
||||
|
Loading…
Reference in New Issue
Block a user