Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kitware/cdash
- Owner: Kitware
- License: other
- Created: 2014-10-13T17:21:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-19T20:34:58.000Z (14 days ago)
- Last Synced: 2024-12-22T02:04:34.449Z (12 days ago)
- Language: PHP
- Homepage: http://www.cdash.org/
- Size: 60.1 MB
- Stars: 219
- Watchers: 21
- Forks: 76
- Open Issues: 145
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
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).