Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 6e59275

Browse files
authored
Add Badge for Maven CI Build
1 parent 3597573 commit 6e59275

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![Java CI](https://github.com/kwin/cppcheclipse/workflows/Java%20CI/badge.svg)
2+
13
cppcheclipse is an Eclipse plugin which integrates [cppcheck](http://sourceforge.net/projects/cppcheck/) with the [CDT project](https://eclipse.org/cdt/). You can run/configure cppcheck from the Eclipse UI.
24

35
To build the project on the command line it requires maven, Run the following commands:
@@ -13,4 +15,4 @@ It will not increment the version number nor deploy/publish/release the artifact
1315
* Maven build will fail if Java 9 is used, while it will work under Java 8.
1416

1517

16-
Further information on how to use and install cppcheclipse can be found in the [wiki](https://github.com/kwin/cppcheclipse/wiki).
18+
Further information on how to use and install cppcheclipse can be found in the [wiki](https://github.com/kwin/cppcheclipse/wiki).

0 commit comments

Comments
 (0)