Skip to content

Bulding with multiple default configs in one build possible? (RDT-437) #50

Answered by hfudev
hurricanefrog asked this question in Q&A
Discussion options

You must be logged in to vote

@hurricanefrog Try this?

❯ idf-build-apps build -p . -t esp32 --config "hw_def_*=" --build-dir "hw_@w" --dry-run -vv
2023-04-06 09:34:10    DEBUG Looking for cmake apps in . with target esp32
2023-04-06 09:34:10    DEBUG => Use sdkconfig file ./sdkconfig.defaults
2023-04-06 09:34:10    DEBUG => Use sdkconfig file ./hw_def_one
2023-04-06 09:34:10    DEBUG Found app: (cmake) App ., target esp32, sdkconfig hw_def_one, build in /tmp/test/test-project-1/hw_one
2023-04-06 09:34:10    DEBUG 
2023-04-06 09:34:10    DEBUG => Use sdkconfig file ./sdkconfig.defaults
2023-04-06 09:34:10    DEBUG => Use sdkconfig file ./hw_def_two
2023-04-06 09:34:10    DEBUG Found app: (cmake) App ., target esp32, sd…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@hurricanefrog
Comment options

@hfudev
Comment options

Answer selected by hurricanefrog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #36 on May 25, 2023 02:12.