forked from jenkins-infra/jenkins.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
c.yml
25 lines (25 loc) · 828 Bytes
/
c.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
usecase: "C/C++"
color: '#00599C'
dark: true;
articles:
plugins:
-
- 'https://plugins.jenkins.io/warnings-ng'
- 'Warnings Next Generation plugin'
- 'collects compiler warnings and issues from static analysis tools such as CppCheck'
-
- 'https://plugins.jenkins.io/valgrind'
- 'Valgrind plugin'
- 'run and incorporate Valgrind (memcheck) reports into Jenkins'
-
- 'https://plugins.jenkins.io/cmakebuilder'
- 'CMake Builder plugin'
- 'provides a build step that generates the build scripts from a CMakeLists.txt file'
-
- 'https://plugins.jenkins.io/xunit'
- 'xUnit plugin'
- 'generate reports based on test tooling output from various unit test frameworks'
-
- 'https://plugins.jenkins.io/cppcheck'
- 'Cppcheck plugin'
- 'generate trend reports for CppCheck, a tool for static C/C++ code analysis.'