annotate CTestConfig.cmake @ 882:ae96ae28f3dd 1.1.5

Limit python version to avoid using python3 (not compatible)
author Sebastien Decugis <sdecugis@freediameter.net>
date Sat, 03 Nov 2012 18:45:41 +0100
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"