Skip to content
Snippets Groups Projects
Commit dfd0bc4b authored by Lars Bilke's avatar Lars Bilke
Browse files
parent f19cc847
No related branches found
No related tags found
No related merge requests found
...@@ -148,7 +148,9 @@ pipeline { ...@@ -148,7 +148,9 @@ pipeline {
excludeFile('-'), excludeFile('.*Functional\\.h'), excludeFile('-'), excludeFile('.*Functional\\.h'),
excludeFile('.*gmock-.*\\.h'), excludeFile('.*gtest-.*\\.h') excludeFile('.*gmock-.*\\.h'), excludeFile('.*gtest-.*\\.h')
], ],
tools: [doxygen(pattern: 'build/DoxygenWarnings.log')], // Doxygen is handled by gcc4 parser as well
tools: [gcc4(name: 'Doxygen', id: 'doxygen',
pattern: 'build/DoxygenWarnings.log')],
failedTotalAll: 1 failedTotalAll: 1
} }
success { success {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment