8000 GitHub - Melebius/CDash: An open source, web-based software testing server
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Melebius/CDash

 
 

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 release

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 release

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.1%
  • JavaScript 9.5%
  • XSLT 9.3%
  • HTML 6.2%
  • CSS 1.2%
  • CMake 0.6%
  • Other 0.1%
0