Navigation


source: freeDiameter/CTestConfig.cmake @ 339:ba59301627b9

Revision 339:ba59301627b9, 369 bytes checked in by Sebastien Decugis <sdecugis@nict.go.jp>, 2 years ago (diff)

Attempt to use CDash to automatize testing of the project

Line 
1# Configuration for sumitting the test result.
2# Check http://www.freediameter.net/CDash for detail.
3
4set(CTEST_PROJECT_NAME "freeDiameter")
5set(CTEST_NIGHTLY_START_TIME "00:00:00 JST")
6
7set(CTEST_DROP_METHOD "http")
8set(CTEST_DROP_SITE "www.freediameter.net")
9set(CTEST_DROP_LOCATION "/CDash/submit.php?project=freeDiameter")
10set(CTEST_DROP_SITE_CDASH TRUE)
Note: See TracBrowser for help on using the repository browser.