Skip to content

Commit 05ca59e

Browse files
committed
feat(ci): Added the idf_build_app.toml config pattern
Added new config pattern sdkconfig.ci.* in idf_build_apps.toml
1 parent 93772ec commit 05ca59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.idf_build_apps.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ check_warnings = true
4242

4343
# build related options
4444
build_dir = "build_@t_@w"
45-
config = "sdkconfig.ci"
45+
config = ["sdkconfig.ci","sdkconfig.ci.*="]
4646
ignore_warning_file = ".ignore_build_warnings.txt"

0 commit comments

Comments
 (0)