Skip to content

Commit fc6bcde

Browse files
feat(ci): Added ignore warnings file for idf examples build
1 parent cc13fa5 commit fc6bcde

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/ci/.idf_build_examples_config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ target = "all"
1212

1313
# build related options
1414
build_dir = "build_@t_@w"
15+
16+
# use ignore_build_warnings.txt from esp-idf
17+
ignore_warning_files = [
18+
'tools/ci/ignore_build_warnings.txt',
19+
]

0 commit comments

Comments
 (0)