File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
components/sock_utils/examples/simple Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2828 shell : bash
2929 run : |
3030 . ${IDF_PATH}/export.sh
31- pip install idf-component-manager idf- build-apps --upgrade
31+ pip install idf-build-apps --upgrade
3232 python ci/build_apps.py ${TEST_DIR}
3333 cd ${TEST_DIR}
3434 ${GITHUB_WORKSPACE}/ci/clean_build_artifacts.sh `pwd`/${TARGET_TEST_DIR}
Original file line number Diff line number Diff line change 2626 shell : bash
2727 run : |
2828 . ${IDF_PATH}/export.sh
29- pip install idf-component-manager idf- build-apps --upgrade
29+ pip install idf-build-apps --upgrade
3030 python ./ci/build_apps.py ./components/mbedtls_cxx/${{ matrix.test.path }} -vv --preserve-all
Original file line number Diff line number Diff line change 55cmake_minimum_required (VERSION 3.16)
66
77include ($ENV{IDF_PATH} /tools/cmake/project.cmake)
8+ idf_build_set_property(MINIMAL_BUILD ON )
89project (sock_utils_example)
You can’t perform that action at this time.
0 commit comments