Skip to content

Commit fb362d7

Browse files
kv2019ilgirdwood
authored andcommitted
doc: doxygen: do not fail on warnings
We have had sof-docs CI builds failing due to warnings that have not been addressed for more than 3 months. Limit the check to fatal errors to resume at least a barebones level of check for doxygen build target in the CI. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 56649f6 commit fb362d7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/sof-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
run: pip install -r sof-docs/scripts/requirements.txt
5757

5858
- name: build sof-docs
59-
run: make -C sof-docs/ html SOF_DOC_BUILD="$(pwd)"/doxybuild/
59+
run: LAX=1 make -C sof-docs/ html SOF_DOC_BUILD="$(pwd)"/doxybuild/

doc/sof.doxygen.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ TYPEDEF_HIDES_STRUCT = YES
4040
#FILTER_SOURCE_FILES = YES
4141

4242
HTML_TIMESTAMP = NO
43+
WARN_AS_ERROR = NO

0 commit comments

Comments
 (0)