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

Commit

Permalink
Add Badge for Maven CI Build
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin committed Feb 25, 2020
1 parent 3597573 commit 6e59275
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![Java CI](https://github.com/kwin/cppcheclipse/workflows/Java%20CI/badge.svg)

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.

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


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

0 comments on commit 6e59275

Please sign in to comment.