| 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 | |
|---|
| 4 | set(CTEST_PROJECT_NAME "freeDiameter") |
|---|
| 5 | set(CTEST_NIGHTLY_START_TIME "00:00:00 JST") |
|---|
| 6 | |
|---|
| 7 | set(CTEST_DROP_METHOD "http") |
|---|
| 8 | set(CTEST_DROP_SITE "www.freediameter.net") |
|---|
| 9 | set(CTEST_DROP_LOCATION "/CDash/submit.php?project=freeDiameter") |
|---|
| 10 | set(CTEST_DROP_SITE_CDASH TRUE) |
|---|
Note: See
TracBrowser
for help on using the repository browser.