File tree 2 files changed +12
-11
lines changed 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,6 @@ check_submodule_sync:
24
24
- git submodule update --recursive
25
25
- echo "IDF was cloned from ${PUBLIC_IDF_URL} completely"
26
26
27
- check_wifi_lib_md5 :
28
- extends : .check_job_template
29
- tags :
30
- - build
31
- dependencies : []
32
- script :
33
- - tools/idf_tools.py --non-interactive install && eval "$(tools/idf_tools.py --non-interactive export)"
34
- - git submodule update --init components/esp_wifi/lib
35
- - IDF_TARGET=esp32 $IDF_PATH/components/esp_wifi/test_md5/test_md5.sh
36
- - IDF_TARGET=esp32s2beta $IDF_PATH/components/esp_wifi/test_md5/test_md5.sh
37
-
38
27
check_ut_cmake_make :
39
28
extends : .check_job_template_with_filter
40
29
stage : post_check
Original file line number Diff line number Diff line change @@ -76,6 +76,18 @@ check_cmake_style:
76
76
script :
77
77
tools/cmake/run_cmake_lint.sh
78
78
79
+ check_wifi_lib_md5 :
80
+ stage : pre_check
81
+ image : $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
82
+ tags :
83
+ - build
84
+ variables :
85
+ SUBMODULES_TO_FETCH : " components/esp_wifi/lib"
86
+ dependencies : []
87
+ script :
88
+ - IDF_TARGET=esp32 $IDF_PATH/components/esp_wifi/test_md5/test_md5.sh
89
+ - IDF_TARGET=esp32s2beta $IDF_PATH/components/esp_wifi/test_md5/test_md5.sh
90
+
79
91
.build_with_make_and_cmake : &build_with_make_and_cmake |
80
92
echo -e "section_end:"`date +%s`":build_script\r\e[0Ksection_start:"`date +%s`":build_make\r\e[0KBuild with Make"
81
93
make defconfig
You can’t perform that action at this time.
0 commit comments