Skip to content

Commit 669e41e

Browse files
committed
ci: enable mini build
Signed-off-by: sakumisu <[email protected]>
1 parent cf85c88 commit 669e41e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/espressif/device/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ include($ENV{IDF_PATH}/tools/cmake/project.cmake)
66

77
list(APPEND EXTRA_COMPONENT_DIRS "../../../../CherryUSB")
88

9+
idf_build_set_property(MINIMAL_BUILD ON)
10+
911
project(cherryusb)

tests/espressif/host/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ include($ENV{IDF_PATH}/tools/cmake/project.cmake)
66

77
list(APPEND EXTRA_COMPONENT_DIRS "../../../../CherryUSB")
88

9+
idf_build_set_property(MINIMAL_BUILD ON)
10+
911
project(cherryusb)

0 commit comments

Comments
 (0)