mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 19:54:32 +02:00
cmake: Style cleanup, add cmake linter to gitlab CI
This commit is contained in:
committed by
Angus Gratton
parent
2ea359ad0c
commit
b44c8b125f
@@ -234,6 +234,12 @@ build_docs:
|
|||||||
- make html
|
- make html
|
||||||
- ../check_doc_warnings.sh
|
- ../check_doc_warnings.sh
|
||||||
|
|
||||||
|
verify_cmake_style:
|
||||||
|
stage: build
|
||||||
|
image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
|
||||||
|
script:
|
||||||
|
tools/cmake/run_cmake_lint.sh
|
||||||
|
|
||||||
test_nvs_on_host:
|
test_nvs_on_host:
|
||||||
stage: test
|
stage: test
|
||||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
|
image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
set(COMPONENT_SRCDIRS "." "gcov")
|
set(COMPONENT_SRCDIRS "." "gcov")
|
||||||
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
||||||
|
|
||||||
if (CONFIG_SYSVIEW_ENABLE)
|
if(CONFIG_SYSVIEW_ENABLE)
|
||||||
list(APPEND COMPONENT_ADD_INCLUDEDIRS
|
list(APPEND COMPONENT_ADD_INCLUDEDIRS
|
||||||
sys_view/Config
|
sys_view/Config
|
||||||
sys_view/SEGGER
|
sys_view/SEGGER
|
||||||
|
Reference in New Issue
Block a user