annotate CTestConfig.cmake @ 581:144eeab1e3a4 1.0.2-rc1

Prepare for 1.0.2
author Sebastien Decugis <sdecugis@nict.go.jp>
date Wed, 27 Oct 2010 14:19:33 +0900
parents ba59301627b9
children b7002bcc92a5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
339
ba59301627b9 Attempt to use CDash to automatize testing of the project
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
1 # Configuration for sumitting the test result.
ba59301627b9 Attempt to use CDash to automatize testing of the project
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
2 # Check http://www.freediameter.net/CDash for detail.
ba59301627b9 Attempt to use CDash to automatize testing of the project
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
3
ba59301627b9 Attempt to use CDash to automatize testing of the project
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
4 set(CTEST_PROJECT_NAME "freeDiameter")
ba59301627b9 Attempt to use CDash to automatize testing of the project
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
5 set(CTEST_NIGHTLY_START_TIME "00:00:00 JST")
ba59301627b9 Attempt to use CDash to automatize testing of the project
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
6
ba59301627b9 Attempt to use CDash to automatize testing of the project
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
7 set(CTEST_DROP_METHOD "http")
ba59301627b9 Attempt to use CDash to automatize testing of the project
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
8 set(CTEST_DROP_SITE "www.freediameter.net")
ba59301627b9 Attempt to use CDash to automatize testing of the project
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
9 set(CTEST_DROP_LOCATION "/CDash/submit.php?project=freeDiameter")
ba59301627b9 Attempt to use CDash to automatize testing of the project
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
10 set(CTEST_DROP_SITE_CDASH TRUE)
"Welcome to our mercurial repository"