diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-03-19 14:50:09 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-03-19 14:56:34 +0100 |
commit | d33a935fa3c198923e06c4bc5d7922f178cb7dc6 (patch) | |
tree | 6a818b2755d3d6d0b2130d69ed64a359539224b1 /README.md | |
parent | 2c815bb12b9ebea113dad1dfb69867bbaf78193c (diff) |
Add references to the external testing & CI services
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |