Cdash for reporting individual test results
Cyrille Berger Skott <[email protected]> Fri, 19 Nov 2010 14:48:26 +0100
| Newsgroups | gmane.comp.kde.devel.koffice |
|---|---|
| Message-ID | <[email protected]> |
Hi, A while ago I did setup koffice to work for cdash to report build and test [2], but I thought it would work only with continuous build (and lacking a machine to do it, it didn't go much farther), but if we use "experimental" mode, then everybody can simply report his own results (as explained in [3]). To report build and test results, just run: cd build-dir cmake -DKDE4_BUILD_TESTS=TRUE -DBUILD_experimental=TRUE . make Experimental And the results are shown in [1] (I get a lot of failures, because I forgot to run kbuildsycoca4, I am rerunning again). [1] http://my.cdash.org/index.php?project=KOffice [2] http://lists.kde.org/?l=koffice-devel&m=127115092805110&w=2 [3] http://www.kdedevelopers.org/node/4355 -- Cyrille Berger Skott