aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-03-19 14:50:09 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-03-19 14:56:34 +0100
commitd33a935fa3c198923e06c4bc5d7922f178cb7dc6 (patch)
tree6a818b2755d3d6d0b2130d69ed64a359539224b1
parent2c815bb12b9ebea113dad1dfb69867bbaf78193c (diff)
Add references to the external testing & CI services
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3aa41fb..ad995dc 100644
--- a/README.md
+++ b/README.md
@@ -172,6 +172,22 @@ This legal problem has been solved using the following technical measure:
This way, the tools themselves *do* support LZO compression seamlessly, while
the `libsquashfs` library does not.
+## Automated Testing and Analysis
+
+[![Build Status](https://travis-ci.org/AgentD/squashfs-tools-ng.svg?branch=master)](https://travis-ci.org/AgentD/squashfs-tools-ng)
+[![Coverity Status](https://scan.coverity.com/projects/18718/badge.svg)](https://scan.coverity.com/projects/squashfs-tools-ng)
+
+The GitHub project for squashfs-tools-ng is registered with Travis-CI and
+Coverity Scan.
+
+The [Travis-CI](https://travis-ci.org/github/AgentD/squashfs-tools-ng]) page
+shows the current build status for various system configurations for the
+latest commit on master, as well as pull requests on the GitHub project page.
+
+The [Coverity Scan](https://scan.coverity.com/projects/squashfs-tools-ng) page
+shows details for static analysis runs on the code, which are triggered
+manually and thus run less frequently.
+
## Further Information
A documentation of the SquashFS on-disk format in plain text format can be