Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kitware/cdash

An open source, web-based software testing server
https://github.com/kitware/cdash

Last synced: 5 days ago
JSON representation

An open source, web-based software testing server

Awesome Lists containing this project

README

        

# CDash

[![Build Status](https://img.shields.io/circleci/project/Kitware/CDash/master.svg?style=flat-square)](https://circleci.com/gh/Kitware/CDash)
[![Packagist Version](https://img.shields.io/packagist/v/kitware/cdash.svg?style=flat-square)](https://packagist.org/packages/kitware/cdash)
[![Packagist License](https://img.shields.io/packagist/l/kitware/cdash.svg?style=flat-square)](https://packagist.org/packages/kitware/cdash)

## About CDash

CDash is an open source, web-based software testing server. CDash aggregates, analyzes and displays the results of
software testing processes submitted from clients located around the world. Developers depend on CDash to convey the
state of a software system, and to continually improve its quality. CDash is a part of a larger software process that
integrates Kitware’s CMake, CTest, and CPack tools, as well as other external packages used to design, manage and
maintain large-scale software systems. Good examples of a CDash are the
[CMake quality dashboard](https://open.cdash.org/index.php?project=CMake) and the
[VTK quality dashboard](https://open.cdash.org/index.php?project=VTK).

## Using CDash

The easiest way to start using CDash is to register an account and create a new project at
https://my.cdash.org.

## Installing CDash

If you'd prefer to install your own CDash server, please follow one of these guides:
* [Installation guide](docs/install.md)
* [Docker instructions](docs/docker.md)
* [More documentation](docs/README.md)

## Development

Your efforts to improve CDash are welcome and appreciated!

[Browse our open issues](https://github.com/Kitware/CDash/issues) if you'd like to help
but you're not sure where to start.

For bigger changes, please begin by [introducing yourself on our mailing list](http://public.kitware.com/mailman/listinfo/cdash).