Skip to content
/ CDash Public
forked from Kitware/CDash

An open source, web-based software testing server

License

Notifications You must be signed in to change notification settings

mathstuf/CDash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDash

Build Status Packagist Version Packagist License StyleCI

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 and the VTK quality dashboard.

Installation

git clone https://github.com/Kitware/CDash.git CDash
cd CDash

Prerequisites

CDash needs:

  • A web server (Apache, NGINX, IIS) with PHP and SSL enabled.
  • Access to a MySQL or PostgreSQL database server.

Linux and OS X

For production:

git checkout prebuilt

For development:

Install Node.js.

curl -sS https://getcomposer.org/installer | php
php composer.phar install
npm install
node_modules/.bin/gulp

Windows

For production:

git checkout prebuilt

For development:

Download and run Composer-Setup.exe.

Install Node.js.

composer install
npm install
node_modules/.bin/gulp

Development

If you're interested in contributing to CDash, please begin by introducing yourself on our mailing list.

Testing

See here for information about our testing infrastructure.

About

An open source, web-based software testing server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 73.5%
  • JavaScript 9.5%
  • XSLT 8.5%
  • HTML 6.6%
  • CSS 1.2%
  • CMake 0.6%
  • Other 0.1%