Development/CMake/DashboardBuilds: Difference between revisions

From KDE TechBase
(Created page with '= What is a dashboard ? = A dashboard can show the results of Nightly and Continuous builds of a software package. This includes warnings and errors from the configure and build...')
 
Line 3: Line 3:
A dashboard can show the results of Nightly and Continuous builds of a software package. This includes warnings and errors from the configure and build process as well as the results of the executed tests belonging to the software package. This is not only displayed for one machine, but ideally for all supported operating systems such results are submitted, also with different configurations, e.g. one for a minimal system with most optional features disabled and one for a full featured system.
A dashboard can show the results of Nightly and Continuous builds of a software package. This includes warnings and errors from the configure and build process as well as the results of the executed tests belonging to the software package. This is not only displayed for one machine, but ideally for all supported operating systems such results are submitted, also with different configurations, e.g. one for a minimal system with most optional features disabled and one for a full featured system.


For KDE [[http://www.cdash.org|CDash-based]] dashboards are set up at [[http://my.cdash.org]], a service provided by [[http://www.kitware.com|Kitware]]. CDash only displays the results, the actual building and testing is done decentral on other machines.
For KDE [http://www.cdash.org CDash-based] dashboards are set up at [http://my.cdash.org], a service provided by [http://www.kitware.com Kitware]. CDash only displays the results, the actual building and testing is done decentral on other machines.
When failures occur, like build errors or failed tests, notification emails can be sent by CDash.
When failures occur, like build errors or failed tests, notification emails can be sent by CDash.


You can help too to increase the quality by setting up a Nightly build and submitting the results to [[http://my.cdash.org]].
You can help too to increase the quality by setting up a Nightly build and submitting the results to [http://my.cdash.org].
 
= For which modules/packages are there dashboards ?=
 
Currently there are dashboards set up for all modules of KDE, and one for kdesupport. There are not yet dashboards for extragear and koffice.
If you are interested in setting dashboards up for these too, just go to [http://my.cdash.org] and do it, or ask on the kde-buildsystem mailing list if you have any questions.

Revision as of 23:36, 25 March 2010

What is a dashboard ?

A dashboard can show the results of Nightly and Continuous builds of a software package. This includes warnings and errors from the configure and build process as well as the results of the executed tests belonging to the software package. This is not only displayed for one machine, but ideally for all supported operating systems such results are submitted, also with different configurations, e.g. one for a minimal system with most optional features disabled and one for a full featured system.

For KDE CDash-based dashboards are set up at [1], a service provided by Kitware. CDash only displays the results, the actual building and testing is done decentral on other machines. When failures occur, like build errors or failed tests, notification emails can be sent by CDash.

You can help too to increase the quality by setting up a Nightly build and submitting the results to [2].

For which modules/packages are there dashboards ?

Currently there are dashboards set up for all modules of KDE, and one for kdesupport. There are not yet dashboards for extragear and koffice. If you are interested in setting dashboards up for these too, just go to [3] and do it, or ask on the kde-buildsystem mailing list if you have any questions.