# CDash **Repository Path**: mirrors_Kitware/CDash ## Basic Information - **Project Name**: CDash - **Description**: An open source, web-based software testing server - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-08-09 - **Last Updated**: 2026-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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).