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=
|
export IDF_MIRROR_PREFIX_MAP=
|
||||||
fi
|
fi
|
||||||
if [[ "$SETUP_TOOLS" == "1" || "$CI_JOB_STAGE" != "target_test" ]]; then
|
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
|
fi
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
@ -255,6 +255,9 @@ test_espcoredump:
|
|||||||
- components/espcoredump/test/.coverage
|
- components/espcoredump/test/.coverage
|
||||||
- components/espcoredump/test/output
|
- components/espcoredump/test/output
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
|
variables:
|
||||||
|
# install CMake version specified in tools.json
|
||||||
|
SETUP_TOOLS_LIST: "all"
|
||||||
script:
|
script:
|
||||||
- cd components/espcoredump/test/
|
- cd components/espcoredump/test/
|
||||||
- ${IDF_PATH}/tools/ci/multirun_with_pyenv.sh ./test_espcoredump.sh
|
- ${IDF_PATH}/tools/ci/multirun_with_pyenv.sh ./test_espcoredump.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user